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