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