3 types derived from EnlistmentState
System.Transactions.Local (3)
System\Transactions\DurableEnlistmentState.cs (1)
10internal abstract class DurableEnlistmentState : EnlistmentState
System\Transactions\EnlistmentState.cs (1)
106internal sealed class EnlistmentStatePromoted : EnlistmentState
System\Transactions\VolatileEnlistmentState.cs (1)
12internal abstract class VolatileEnlistmentState : EnlistmentState
7 references to EnlistmentState
System.Transactions.Local (7)
System\Transactions\Enlistment.cs (2)
47internal EnlistmentState? _twoPhaseState; 139internal EnlistmentState State
System\Transactions\TransactionManager.cs (1)
209EnlistmentState.EnlistmentStatePromoted.EnterState(returnValue.InternalEnlistment);
System\Transactions\TransactionState.cs (4)
1676EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); 1705EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); 1742EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); 1783EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment);