6 overrides of InDoubt
System.Transactions.Local (6)
System\Transactions\DurableEnlistmentState.cs (3)
207internal override void InDoubt(InternalEnlistment enlistment, Exception? e) 256internal override void InDoubt(InternalEnlistment enlistment, Exception? e) 289internal override void InDoubt(InternalEnlistment enlistment, Exception? e)
System\Transactions\EnlistmentState.cs (1)
183internal override void InDoubt(InternalEnlistment enlistment, Exception? e)
System\Transactions\VolatileEnlistmentState.cs (2)
260internal override void InDoubt(InternalEnlistment enlistment, Exception? e) 502internal override void InDoubt(InternalEnlistment enlistment, Exception? e)
2 references to InDoubt
System.Transactions.Local (2)
System\Transactions\SinglePhaseEnlistment.cs (2)
89_internalEnlistment.State.InDoubt(_internalEnlistment, null); 114_internalEnlistment.State.InDoubt(_internalEnlistment, e);