Home
last modified time | relevance | path

Searched refs:enlistmentOption (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/tests/
H A DLTMEnlistmentTests.cs129 …public void EnlistDuringPhase0(EnlistmentOptions enlistmentOption, EnlistmentOptions phase0Enlistm… in EnlistDuringPhase0() argument
140 tx.EnlistVolatile(enlistment, enlistmentOption); in EnlistDuringPhase0()
165 …public void EnlistVolatile(int volatileCount, EnlistmentOptions enlistmentOption, Phase1Vote volat… in EnlistVolatile() argument
183 tx.EnlistVolatile(volatiles[i], enlistmentOption); in EnlistVolatile()
188 tx.EnlistVolatile(volatiles[volatileCount - 1], enlistmentOption); in EnlistVolatile()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/src/System/Transactions/
H A DTransactionsEtwProvider.cs1035 …entTraceIdentifier enlistmentID, EnlistmentType enlistmentType, EnlistmentOptions enlistmentOption) in TransactionstateEnlist() argument
1040 …istmentID.EnlistmentIdentifier.ToString(), enlistmentType.ToString(), enlistmentOption.ToString()); in TransactionstateEnlist()
1042 … TransactionstateEnlist(String.Empty, enlistmentType.ToString(), enlistmentOption.ToString()); in TransactionstateEnlist()