2 implementations of InDoubt
System.Transactions.Local (2)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1133
public void
InDoubt
(Exception? e)
System\Transactions\Oletx\OletxVolatileEnlistment.cs (1)
1485
void IPromotedEnlistment.
InDoubt
(Exception? e) => throw new InvalidOperationException();
1 reference to InDoubt
System.Transactions.Local (1)
System\Transactions\EnlistmentState.cs (1)
189
enlistment.PromotedEnlistment.
InDoubt
(e);