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