1 interface inheriting from ITransactionImportWhereabouts
System.Transactions.Local (1)
_generated\18\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (1)
21
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
10 references to ITransactionImportWhereabouts
System.Transactions.Local (10)
_generated\18\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionImportWhereabouts.cs (8)
38
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
.GetWhereaboutsSize(out uint pcbSize)
40
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
));
60
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
@this = default;
67
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
>(__this_native);
83
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
.GetWhereabouts(uint cbWhereabouts, byte[] rgbWhereabouts, out uint pcbUsed)
85
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
));
106
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
@this = default;
120
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionImportWhereabouts
>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
116
var
pImportWhereabouts = (
ITransactionImportWhereabouts
)localDispenser;