2 implementations of AbortRequest
System.Transactions.Local (2)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (1)
151void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.AbortRequest(nint pboidReason, bool fRetaining, nint pNewUOW)
System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs (1)
62public void AbortRequest(IntPtr pboidReason, bool fRetaining, IntPtr pNewUOW)
1 reference to AbortRequest
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (1)
187@this.AbortRequest(pboidReason, fRetaining, pNewUOW);