1 interface inheriting from ITransactionExportFactory
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExportFactory.cs (1)
30
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
10 references to ITransactionExportFactory
System.Transactions.Local (10)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExportFactory.cs (8)
50
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
.GetRemoteClassId(out global::System.Guid pclsid)
54
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
));
77
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
@this = default;
85
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
>(__this_native);
99
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
.Create(uint cbWhereabouts, byte[] rgbWhereabouts, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionExport ppExport)
103
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
));
142
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
@this = default;
157
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionExportFactory
>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
269
internal
ITransactionExportFactory
ExportFactory
270
=> (
ITransactionExportFactory
)_transactionDispenser;