4 instantiations of OletxPhase0VolatileEnlistmentContainer
System.Transactions (4)
System\Transactions\Oletx\OleTxTransaction.cs (4)
856localPhase0VolatileContainer = new OletxPhase0VolatileEnlistmentContainer( this ); 875localPhase0VolatileContainer = new OletxPhase0VolatileEnlistmentContainer( this ); 1072localPhase0VolatileContainer = new OletxPhase0VolatileEnlistmentContainer( this ); 1080localPhase0VolatileContainer = new OletxPhase0VolatileEnlistmentContainer( this );
11 references to OletxPhase0VolatileEnlistmentContainer
System.Transactions (11)
System\Transactions\Oletx\OleTxTransaction.cs (9)
827OletxPhase0VolatileEnlistmentContainer localPhase0VolatileContainer = null; 861localPhase0VolatileContainer = this.phase0EnlistVolatilementContainerList[this.phase0EnlistVolatilementContainerList.Count - 1] as OletxPhase0VolatileEnlistmentContainer; 1007void ReleaseContainerLock(OletxPhase0VolatileEnlistmentContainer localPhase0VolatileContainer, ref bool phase0ContainerLockAcquired) 1016void TakeContainerLock(OletxPhase0VolatileEnlistmentContainer localPhase0VolatileContainer, ref bool phase0ContainerLockAcquired) 1037OletxPhase0VolatileEnlistmentContainer localPhase0VolatileContainer = null; 1077localPhase0VolatileContainer = this.phase0EnlistVolatilementContainerList[this.phase0EnlistVolatilementContainerList.Count - 1] as OletxPhase0VolatileEnlistmentContainer; 1299foreach ( OletxPhase0VolatileEnlistmentContainer phase0VolatileContainer in this.phase0EnlistVolatilementContainerList ) 1445foreach ( OletxPhase0VolatileEnlistmentContainer phase0VolatileContainer in this.phase0EnlistVolatilementContainerList ) 1563foreach ( OletxPhase0VolatileEnlistmentContainer phase0VolatileContainer in realOletxTransaction.phase0EnlistVolatilementContainerList )
System\Transactions\Oletx\OletxTransactionManager.cs (2)
165OletxPhase0VolatileEnlistmentContainer ph0VolEnlistContainer = target as OletxPhase0VolatileEnlistmentContainer;