1 type derived from VolatileEnlistmentEnded
System.Transactions (1)
System\Transactions\VolatileEnlistmentState.cs (1)
764internal class VolatileEnlistmentDone : VolatileEnlistmentEnded
1 instantiation of VolatileEnlistmentEnded
System.Transactions (1)
System\Transactions\VolatileEnlistmentState.cs (1)
212VolatileEnlistmentEnded temp = new VolatileEnlistmentEnded();
3 references to VolatileEnlistmentEnded
System.Transactions (3)
System\Transactions\VolatileEnlistmentState.cs (3)
29private static volatile VolatileEnlistmentEnded _volatileEnlistmentEnded; 202protected static VolatileEnlistmentEnded _VolatileEnlistmentEnded 212VolatileEnlistmentEnded temp = new VolatileEnlistmentEnded();