6 overrides of InDoubt
System.Transactions (6)
System\Transactions\DurableEnlistmentState.cs (3)
345
internal override void
InDoubt
( InternalEnlistment enlistment, Exception e )
401
internal override void
InDoubt
( InternalEnlistment enlistment, Exception e )
437
internal override void
InDoubt
(InternalEnlistment enlistment, Exception e)
System\Transactions\EnlistmentState.cs (1)
259
internal override void
InDoubt
( InternalEnlistment enlistment, Exception e )
System\Transactions\VolatileEnlistmentState.cs (2)
474
internal override void
InDoubt
( InternalEnlistment enlistment, Exception e )
755
internal override void
InDoubt
(InternalEnlistment enlistment, Exception e)
2 references to InDoubt
System.Transactions (2)
System\Transactions\SinglePhaseEnlistment.cs (2)
134
this.internalEnlistment.State.
InDoubt
( this.internalEnlistment, null );
168
this.internalEnlistment.State.
InDoubt
( this.internalEnlistment, e );