1 interface inheriting from IResourceManagerSink
System.Transactions.Local (1)
_generated\8\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink.cs (1)
20file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink
1 implementation of IResourceManagerSink
System.Transactions.Local (1)
System\Transactions\DtcProxyShim\ResourceManagerNotifyShim.cs (1)
11internal sealed partial class ResourceManagerNotifyShim : NotificationShimBase, IResourceManagerSink
17 references to IResourceManagerSink
System.Transactions.Local (17)
_generated\3\System.Transactions.DtcProxyShim.ResourceManagerNotifyShim.cs (1)
14details = global::System.Runtime.InteropServices.Marshalling.StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy.GetIUnknownDerivedDetails(typeof(System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink).TypeHandle);
_generated\6\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerFactory2.cs (10)
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) 54__pIResMgrSink_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>.ConvertToUnmanaged(pIResMgrSink); 80global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>.Free(__pIResMgrSink_native); 93global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink pIResMgrSink = default; 100pIResMgrSink = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>.ConvertToManaged(__pIResMgrSink_native); 119void 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) 135__pIResMgrSink_native = (void*)global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>.ConvertToUnmanaged(pIResMgrSink); 162global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>.Free(__pIResMgrSink_native); 175global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink pIResMgrSink = default; 185pIResMgrSink = global::System.Runtime.InteropServices.Marshalling.ComInterfaceMarshaller<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>.ConvertToManaged(__pIResMgrSink_native);
_generated\8\System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink.cs (4)
36void global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink.TMDown() 38var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink)); 55global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink @this = default; 60@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.IResourceManagerSink>(__this_native);
System\Transactions\DtcProxyShim\DtcInterfaces\IResourceManagerFactory2.cs (2)
16[MarshalAs(UnmanagedType.Interface)] IResourceManagerSink pIResMgrSink, 22[MarshalAs(UnmanagedType.Interface)] IResourceManagerSink pIResMgrSink,