1 interface inheriting from IResourceManager
System.Transactions.Local (1)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
32file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager
25 references to IResourceManager
System.Transactions.Local (25)
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (16)
54void 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) 58var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 108global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 124@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native); 140void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.Reenlist(byte[] pPrepInfo, uint cbPrepInfom, uint lTimeout, out global::System.Transactions.DtcProxyShim.OletxXactStat pXactStat) 144var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 168global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 183@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native); 197void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.ReenlistmentComplete() 201var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 221global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 227@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native); 239void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.GetDistributedTransactionManager(in global::System.Guid riid, out object ppvObject) 243var (__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager)); 282global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager @this = default; 293@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>(__this_native);
Generated\361d1da7f942c932\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (5)
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) 83rm = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>.ConvertToManaged(__rm_native); 90global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>.Free(__rm_native); 111global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager rm = default; 123__rm_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager>.ConvertToUnmanaged(rm);
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; }