1 interface inheriting from IResourceManager
System.Transactions.Local (1)
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
23file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager
25 references to IResourceManager
System.Transactions.Local (25)
_generated\6\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (5)
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) 69rm = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>.ConvertToManaged(__rm_native); 76global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>.Free(__rm_native); 95global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager rm = default; 108__rm_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>.ConvertToUnmanaged(rm);
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (16)
42void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Enlist(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransaction pTransaction, global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionResourceAsync pRes, out global::System.Guid pUOW, out global::System.Transactions.DtcProxyShim.OletxTransactionIsolationLevel pisoLevel, out global::System.Transactions.DtcProxyShim.DtcInterfaces.ITransactionEnlistmentAsync ppEnlist) 44var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 92global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 107@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native); 125void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Reenlist(byte[] pPrepInfo, uint cbPrepInfom, uint lTimeout, out global::System.Transactions.DtcProxyShim.OletxXactStat pXactStat) 127var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 148global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 162@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native); 178void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.ReenlistmentComplete() 180var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 197global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 202@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native); 216void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.GetDistributedTransactionManager(in global::System.Guid riid, out object ppvObject) 218var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 254global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 264@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native);
System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManagerFactory2.cs (1)
17[MarshalAs(UnmanagedType.Interface)] out IResourceManager rm);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
148rmShim.ResourceManager = (IResourceManager)rm; 213rmShim.ResourceManager = (IResourceManager)rm;
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
18public IResourceManager? ResourceManager { get; set; }