1 interface inheriting from ICLRContractLocator
Microsoft.Diagnostics.DataContractReader.Legacy (1)
_generated\21\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator.cs (1)
20file unsafe interface InterfaceImplementation : global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator
8 references to ICLRContractLocator
libmscordaccore_universal (4)
Entrypoints.cs (4)
179ICLRContractLocator contractLocator = legacyTarget as ICLRContractLocator ?? throw new ArgumentException( 180$"{nameof(pLegacyTarget)} does not implement {nameof(ICLRContractLocator)}", nameof(pLegacyTarget)); 190$"{nameof(ICLRContractLocator)} failed to fetch the contract descriptor with HRESULT: 0x{hr:x}.");
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\21\Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator.cs (4)
37int global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator.GetContractDescriptor(ulong* contractAddress) 39var(__this, __vtable) = ((global::System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider)this).GetVirtualMethodTableInfoForKey(typeof(global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator)); 56global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator @this = default; 61@this = global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch.GetInstance<global::Microsoft.Diagnostics.DataContractReader.Legacy.ICLRContractLocator>(__this_native);