6 overrides of InDoubt
System.Transactions.Local (6)
System\Transactions\DurableEnlistmentState.cs (3)
207
internal override void
InDoubt
(InternalEnlistment enlistment, Exception? e)
256
internal override void
InDoubt
(InternalEnlistment enlistment, Exception? e)
289
internal override void
InDoubt
(InternalEnlistment enlistment, Exception? e)
System\Transactions\EnlistmentState.cs (1)
183
internal override void
InDoubt
(InternalEnlistment enlistment, Exception? e)
System\Transactions\VolatileEnlistmentState.cs (2)
260
internal override void
InDoubt
(InternalEnlistment enlistment, Exception? e)
502
internal 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);