1 interface inheriting from IResourceManager
System.Transactions.Local (1)
_generated\7\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManager.cs (1)
23
file 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)
38
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)
69
rm = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
>.ConvertToManaged(__rm_native);
76
global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
>.Free(__rm_native);
95
global::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)
42
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)
44
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
));
92
global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
@this = default;
107
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
>(__this_native);
125
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
.Reenlist(byte[] pPrepInfo, uint cbPrepInfom, uint lTimeout, out global::System.Transactions.DtcProxyShim.OletxXactStat pXactStat)
127
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
));
148
global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
@this = default;
162
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
>(__this_native);
178
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
.ReenlistmentComplete()
180
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
));
197
global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
@this = default;
202
@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
>(__this_native);
216
void global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
.GetDistributedTransactionManager(in global::System.Guid riid, out object ppvObject)
218
var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.
IResourceManager
));
254
global::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)
148
rmShim.ResourceManager = (
IResourceManager
)rm;
213
rmShim.ResourceManager = (
IResourceManager
)rm;
System\Transactions\DtcProxyShim\ResourceManagerShim.cs (1)
18
public
IResourceManager
? ResourceManager { get; set; }