1 interface inheriting from IResourceManagerFactory2
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (1)
30file 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)
50void 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) 54var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2)); 105global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2 @this = default; 120@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2>(__this_native); 134void 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) 138var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2)); 190global::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)
134var rmFactory = (IResourceManagerFactory2)localDispenser; 199var rmFactory = (IResourceManagerFactory2)_transactionDispenser;