1 interface inheriting from IResourceManagerFactory2
System.Transactions.Local (1)
_generated\6\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (1)
21file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2
12 references to IResourceManagerFactory2
System.Transactions.Local (12)
_generated\6\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (8)
38void 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) 40var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2)); 89global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2 @this = default; 103@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2>(__this_native); 119void 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) 121var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2)); 171global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2 @this = default; 188@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (4)
134var rmFactory = (IResourceManagerFactory2)localDispenser; 199var rmFactory = (IResourceManagerFactory2)_transactionDispenser;