2 types derived from OletxVolatileEnlistmentContainer
System.Transactions (2)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
50internal class OletxPhase0VolatileEnlistmentContainer : OletxVolatileEnlistmentContainer 595internal class OletxPhase1VolatileEnlistmentContainer : OletxVolatileEnlistmentContainer
8 references to OletxVolatileEnlistmentContainer
System.Transactions (8)
System\Transactions\Oletx\OletxDependentTransaction.cs (1)
17private OletxVolatileEnlistmentContainer volatileEnlistmentContainer;
System\Transactions\Oletx\OleTxTransaction.cs (2)
820internal OletxVolatileEnlistmentContainer AddDependentClone( bool delayCommit ) 826OletxVolatileEnlistmentContainer returnValue = null;
System\Transactions\Oletx\OletxVolatileEnlistment.cs (5)
1138OletxVolatileEnlistmentContainer container; 1173internal void Prepare( OletxVolatileEnlistmentContainer container ) 1491OletxVolatileEnlistmentContainer localContainer = null; 1545OletxVolatileEnlistmentContainer localContainer = null; 1645OletxVolatileEnlistmentContainer localContainer = null;