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