Home
last modified time | relevance | path

Searched refs:EnlistmentState (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Transactions.Local/src/System/Transactions/
H A DEnlistmentState.cs11 internal abstract class EnlistmentState class
107 internal class EnlistmentStatePromoted : EnlistmentState
H A DEnlistment.cs48 internal EnlistmentState _twoPhaseState;
140 internal EnlistmentState State
H A DDurableEnlistmentState.cs11 internal abstract class DurableEnlistmentState : EnlistmentState
H A DVolatileEnlistmentState.cs12 internal abstract class VolatileEnlistmentState : EnlistmentState
H A DTransactionManager.cs214 EnlistmentState.EnlistmentStatePromoted.EnterState(returnValue.InternalEnlistment); in Reenlist()
H A DTransactionState.cs1724 EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); in EnlistVolatile()
1753 EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); in EnlistVolatile()
1790 EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); in EnlistDurable()
1831 EnlistmentState.EnlistmentStatePromoted.EnterState(en.InternalEnlistment); in EnlistDurable()