12 references to OletxXactRm
System.Transactions.Local (12)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.cs (8)
10public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, int, global::System.Transactions.DtcProxyShim.OletxXactRm, int, int, int> PrepareRequest_3; 11public unsafe delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::System.Transactions.DtcProxyShim.OletxXactRm, nint, int> CommitRequest_4; 54void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.PrepareRequest(bool fRetaining, global::System.Transactions.DtcProxyShim.OletxXactRm grfRM, bool fWantMoniker, bool fSinglePhase) 59var __target = ((delegate* unmanaged[MemberFunction]<void*, int, global::System.Transactions.DtcProxyShim.OletxXactRm, int, int, int>)__vtable[3]); 81internal static unsafe int ABI_PrepareRequest(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, int __fRetaining_native, global::System.Transactions.DtcProxyShim.OletxXactRm grfRM, int __fWantMoniker_native, int __fSinglePhase_native) 109void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync.CommitRequest(global::System.Transactions.DtcProxyShim.OletxXactRm grfRM, nint pNewUOW) 114var __target = ((delegate* unmanaged[MemberFunction]<void*, global::System.Transactions.DtcProxyShim.OletxXactRm, nint, int>)__vtable[4]); 129internal static unsafe int ABI_CommitRequest(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::System.Transactions.DtcProxyShim.OletxXactRm grfRM, nint pNewUOW)
System\Transactions\DtcProxyShim\DtcInterfaces\ITransactionResourceAsync.cs (2)
15OletxXactRm grfRM, 19void CommitRequest(OletxXactRm grfRM, IntPtr pNewUOW);
System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs (2)
36public void PrepareRequest(bool fRetaining, OletxXactRm grfRM, bool fWantMoniker, bool fSinglePhase) 56public void CommitRequest(OletxXactRm grfRM, IntPtr pNewUOW)