1 interface inheriting from ITransactionTransmitterFactory
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.cs (1)
29
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
6 references to ITransactionTransmitterFactory
System.Transactions.Local (6)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.cs (4)
48
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
.Create(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitter pTxTransmitter)
52
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
));
89
global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionTransmitterFactory
@this = default;
97
@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;