5 types derived from DurableEnlistmentState
System.Transactions (5)
System\Transactions\DurableEnlistmentState.cs (5)
153internal class DurableEnlistmentActive : DurableEnlistmentState 207internal class DurableEnlistmentAborting : DurableEnlistmentState 268internal class DurableEnlistmentCommitting : DurableEnlistmentState 364internal class DurableEnlistmentDelegated : DurableEnlistmentState 423internal class DurableEnlistmentEnded : DurableEnlistmentState
3 references to DurableEnlistmentState
System.Transactions (3)
System\Transactions\TransactionState.cs (3)
1209DurableEnlistmentState._DurableEnlistmentActive.EnterState( tx.durableEnlistment ); 1463DurableEnlistmentState._DurableEnlistmentActive.EnterState( tx.durableEnlistment ); 1780DurableEnlistmentState._DurableEnlistmentActive.EnterState( tx.durableEnlistment );