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