1 interface inheriting from ITransactionImportWhereabouts
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (1)
30file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts
10 references to ITransactionImportWhereabouts
System.Transactions.Local (10)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (8)
50void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.GetWhereaboutsSize(out uint pcbSize) 54var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts)); 77global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts @this = default; 85@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts>(__this_native); 99void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.GetWhereabouts(uint cbWhereabouts, byte[] rgbWhereabouts, out uint pcbUsed) 103var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts)); 127global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts @this = default; 142@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
116var pImportWhereabouts = (ITransactionImportWhereabouts)localDispenser;