1 interface inheriting from ITransactionTransmitterFactory
System.Transactions.Local (1)
_generated\26\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.cs (1)
20
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
6 references to ITransactionTransmitterFactory
System.Transactions.Local (6)
_generated\26\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.cs (4)
36
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
.Create(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitter pTxTransmitter)
38
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
));
72
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
@this = default;
79
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
360
var
transmitterFactory = (
ITransactionTransmitterFactory
)_transactionDispenser;