1 interface inheriting from ITransactionTransmitterFactory
System.Transactions.Local (1)
_generated\26\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.cs (1)
20file 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)
36void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory.Create(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitter pTxTransmitter) 38var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionTransmitterFactory)); 72global::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)
360var transmitterFactory = (ITransactionTransmitterFactory)_transactionDispenser;