1 implementation of Abort
System.Transactions.Local (1)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
83void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.Abort(nint reason, bool retaining, bool async)
2 references to Abort
System.Transactions.Local (2)
_generated\10\System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction.cs (1)
117@this.Abort(reason, retaining, async);
System\Transactions\DtcProxyShim\TransactionShim.cs (1)
29=> Transaction.Abort(IntPtr.Zero, false, false);