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