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