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