1 type derived from VolatileEnlistmentEnded
System.Transactions.Local (1)
System\Transactions\VolatileEnlistmentState.cs (1)
510internal sealed class VolatileEnlistmentDone : VolatileEnlistmentEnded
1 instantiation of VolatileEnlistmentEnded
System.Transactions.Local (1)
System\Transactions\VolatileEnlistmentState.cs (1)
61LazyInitializer.EnsureInitialized(ref s_volatileEnlistmentEnded, ref s_classSyncObject, () => new VolatileEnlistmentEnded());
2 references to VolatileEnlistmentEnded
System.Transactions.Local (2)
System\Transactions\VolatileEnlistmentState.cs (2)
22private static VolatileEnlistmentEnded? s_volatileEnlistmentEnded; 60protected static VolatileEnlistmentEnded VolatileEnlistmentEnded =>