1 interface inheriting from IResourceManagerFactory2
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (1)
30
file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
12 references to IResourceManagerFactory2
System.Transactions.Local (12)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (8)
50
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
.Create(in global::System.Guid pguidRM, string pszRMName, global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink pIResMgrSink, out global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager rm)
54
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
));
105
global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
@this = default;
120
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
>(__this_native);
134
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
.CreateEx(in global::System.Guid pguidRM, string pszRMName, global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink pIResMgrSink, in global::System.Guid riidRequested, out object rm)
138
var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
));
190
global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
@this = default;
208
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManagerFactory2
>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (4)
134
var
rmFactory = (
IResourceManagerFactory2
)localDispenser;
199
var
rmFactory = (
IResourceManagerFactory2
)_transactionDispenser;