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