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