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