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