1 interface inheriting from ITransactionReceiverFactory
System.Transactions.Local (1)
_generated\23\System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionReceiverFactory.cs (1)
20
file 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)
36
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionReceiverFactory
.Create(out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionReceiver pTxReceiver)
38
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
ITransactionReceiverFactory
));
72
global::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)
387
var
receiverFactory = (
ITransactionReceiverFactory
)_transactionDispenser;