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