1 interface inheriting from IPrepareInfo
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.cs (1)
30file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo
10 references to IPrepareInfo
System.Transactions.Local (10)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.cs (8)
50void global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.GetPrepareInfoSize(out uint pcbPrepInfo) 54var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo)); 77global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo @this = default; 85@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo>(__this_native); 99void global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo.GetPrepareInfo(byte[] pPrepInfo) 103var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo)); 125global::System.Transactions.DtcProxyShim.DtcInterfaces.IPrepareInfo @this = default; 138@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;