3 types derived from EnlistmentState
System.Transactions (3)
System\Transactions\DurableEnlistmentState.cs (1)
17internal abstract class DurableEnlistmentState : EnlistmentState
System\Transactions\EnlistmentState.cs (1)
166internal class EnlistmentStatePromoted : EnlistmentState
System\Transactions\VolatileEnlistmentState.cs (1)
18internal abstract class VolatileEnlistmentState : EnlistmentState
7 references to EnlistmentState
System.Transactions (7)
System\Transactions\Enlistment.cs (2)
54internal EnlistmentState twoPhaseState; 159internal EnlistmentState State
System\Transactions\TransactionManager.cs (1)
271EnlistmentState._EnlistmentStatePromoted.EnterState( returnValue.InternalEnlistment );
System\Transactions\TransactionState.cs (4)
2421EnlistmentState._EnlistmentStatePromoted.EnterState( en.InternalEnlistment ); 2453EnlistmentState._EnlistmentStatePromoted.EnterState( en.InternalEnlistment ); 2493EnlistmentState._EnlistmentStatePromoted.EnterState( en.InternalEnlistment ); 2537EnlistmentState._EnlistmentStatePromoted.EnterState( en.InternalEnlistment );