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