2 instantiations of OletxPhase1VolatileEnlistmentContainer
System.Transactions.Local (2)
System\Transactions\Oletx\OletxTransaction.cs (2)
735
localPhase1VolatileContainer = new
OletxPhase1VolatileEnlistmentContainer
(this);
896
localPhase1VolatileContainer = new
OletxPhase1VolatileEnlistmentContainer
(this);
8 references to OletxPhase1VolatileEnlistmentContainer
System.Transactions.Local (8)
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
31
public void CreateVoter(
OletxPhase1VolatileEnlistmentContainer
managedIdentifier, out VoterBallotShim voterBallotShim)
System\Transactions\Oletx\OletxTransaction.cs (3)
499
internal
OletxPhase1VolatileEnlistmentContainer
? Phase1EnlistVolatilementContainer;
682
OletxPhase1VolatileEnlistmentContainer
? localPhase1VolatileContainer = null;
849
OletxPhase1VolatileEnlistmentContainer
? localPhase1VolatileContainer = null;
System\Transactions\Oletx\OletxTransactionManager.cs (4)
161
if (enlistment2 is
OletxPhase1VolatileEnlistmentContainer
ph1VolEnlistContainer)
181
if (enlistment2 is
OletxPhase1VolatileEnlistmentContainer
ph1VolEnlistContainer)
202
if (enlistment2 is
OletxPhase1VolatileEnlistmentContainer
ph1VolEnlistContainer)
231
if (enlistment2 is
OletxPhase1VolatileEnlistmentContainer
ph1VolEnlistContainer)