2 types derived from OletxVolatileEnlistmentContainer
System.Transactions.Local (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
50internal sealed class OletxPhase0VolatileEnlistmentContainer : OletxVolatileEnlistmentContainer 544internal sealed class OletxPhase1VolatileEnlistmentContainer : OletxVolatileEnlistmentContainer
8 references to OletxVolatileEnlistmentContainer
System.Transactions.Local (8)
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
13private readonly OletxVolatileEnlistmentContainer _volatileEnlistmentContainer;
System\Transactions\Oletx\OletxTransaction.cs (2)
674internal OletxVolatileEnlistmentContainer AddDependentClone(bool delayCommit) 680OletxVolatileEnlistmentContainer? returnValue = null;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (5)
1001private OletxVolatileEnlistmentContainer? _container; 1032internal void Prepare(OletxVolatileEnlistmentContainer container) 1323OletxVolatileEnlistmentContainer? localContainer; 1367OletxVolatileEnlistmentContainer localContainer; 1444OletxVolatileEnlistmentContainer localContainer;