1 interface inheriting from IPrepareInfo
System.Transactions.Local (1)
_generated\5\System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.cs (1)
21file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo
10 references to IPrepareInfo
System.Transactions.Local (10)
_generated\5\System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.cs (8)
38void global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.GetPrepareInfoSize(out uint pcbPrepInfo) 40var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo)); 60global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo @this = default; 67@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo>(__this_native); 83void global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.GetPrepareInfo(byte[] pPrepInfo) 85var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo)); 104global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo @this = default; 116@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo>(__this_native);
System\Transactions\DtcProxyShim\EnlistmentNotifyShim.cs (2)
45var pPrepareInfo = (IPrepareInfo)pEnlistmentAsync;