1 interface inheriting from ITmNodeName
System.Transactions.Local (1)
_generated\9\System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName.cs (1)
21file unsafe interface InterfaceImplementation : global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName
10 references to ITmNodeName
System.Transactions.Local (10)
_generated\9\System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName.cs (8)
38void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName.GetNodeNameSize(out uint pcbNodeNameSize) 40var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName)); 60global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName @this = default; 67@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName>(__this_native); 83void global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName.GetNodeName(uint cbNodeNameBufferSize, out string pcbNodeSize) 85var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName)); 119global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName @this = default; 126@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::System.Transactions.DtcProxyShim.DtcInterfaces.ITmNodeName>(__this_native);
System\Transactions\DtcProxyShim\DtcProxyShimFactory.cs (2)
105var pTmNodeName = (ITmNodeName)localDispenser;