4 instantiations of OletxPhase0VolatileEnlistmentContainer
System.Transactions.Local (4)
System\Transactions\Oletx\OletxTransaction.cs (4)
704
localPhase0VolatileContainer = new
OletxPhase0VolatileEnlistmentContainer
(this);
722
localPhase0VolatileContainer = new
OletxPhase0VolatileEnlistmentContainer
(this);
874
localPhase0VolatileContainer = new
OletxPhase0VolatileEnlistmentContainer
(this);
882
localPhase0VolatileContainer = new
OletxPhase0VolatileEnlistmentContainer
(this);
12 references to OletxPhase0VolatileEnlistmentContainer
System.Transactions.Local (12)
System\Transactions\Oletx\OletxTransaction.cs (9)
681
OletxPhase0VolatileEnlistmentContainer
? localPhase0VolatileContainer = null;
709
localPhase0VolatileContainer = Phase0EnlistVolatilementContainerList[^1] as
OletxPhase0VolatileEnlistmentContainer
;
822
private static void ReleaseContainerLock(
OletxPhase0VolatileEnlistmentContainer
localPhase0VolatileContainer, ref bool phase0ContainerLockAcquired)
831
private static void TakeContainerLock(
OletxPhase0VolatileEnlistmentContainer
localPhase0VolatileContainer, ref bool phase0ContainerLockAcquired)
848
OletxPhase0VolatileEnlistmentContainer
? localPhase0VolatileContainer = null;
879
localPhase0VolatileContainer = Phase0EnlistVolatilementContainerList[^1] as
OletxPhase0VolatileEnlistmentContainer
;
1042
foreach (
OletxPhase0VolatileEnlistmentContainer
phase0VolatileContainer in Phase0EnlistVolatilementContainerList)
1176
foreach (
OletxPhase0VolatileEnlistmentContainer
phase0VolatileContainer in Phase0EnlistVolatilementContainerList)
1284
foreach (
OletxPhase0VolatileEnlistmentContainer
phase0VolatileContainer in realOletxTransaction.Phase0EnlistVolatilementContainerList)
System\Transactions\Oletx\OletxTransactionManager.cs (1)
140
if (enlistment2 is
OletxPhase0VolatileEnlistmentContainer
ph0VolEnlistContainer)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (2)
80
etwLog.MethodEnter(TraceSourceType.TraceSourceOleTx, this, $"{nameof(
OletxPhase0VolatileEnlistmentContainer
)}.{nameof(TMDown)}");
87
etwLog.MethodExit(TraceSourceType.TraceSourceOleTx, this, $"{nameof(
OletxPhase0VolatileEnlistmentContainer
)}.{nameof(TMDown)}");