Home
last modified time | relevance | path

Searched refs:RuntimeModuleInfo (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/TypeSystem/
H A DEcmaModule.Runtime.cs13 public EcmaModuleInfo RuntimeModuleInfo { get; private set; } property in Internal.TypeSystem.Ecma.EcmaModule
15 …public void SetRuntimeModuleInfoUNSAFE(EcmaModuleInfo moduleInfo) { RuntimeModuleInfo = moduleInfo… in SetRuntimeModuleInfoUNSAFE()
H A DTypeSystemContext.Runtime.cs563 return value.RuntimeModuleInfo.GetHashCode(); in GetValueHashCode()
568 return key == value.RuntimeModuleInfo; in CompareKeyToValue()
573 return value1.RuntimeModuleInfo == value2.RuntimeModuleInfo; in CompareValueToValue()
704 return value.RuntimeModuleInfo.GetHashCode(); in GetValueHashCode()
709 return key == value.RuntimeModuleInfo; in CompareKeyToValue()
714 return value1.RuntimeModuleInfo == value2.RuntimeModuleInfo; in CompareValueToValue()
H A DEcmaMethod.Runtime.cs27 moduleHandle = new IntPtr(Module.RuntimeModuleInfo.DynamicModulePtr);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/
H A DTypeSystemExtensions.cs99 …untimeSignature.CreateFromMethodHandle(new IntPtr(ecmaMethod.Module.RuntimeModuleInfo.DynamicModul… in TryCreate()
H A DLazyVtableResolverThunk.cs300 … NativeFormatModuleInfo moduleToLookIn = definingNativeFormatType.MetadataUnit.RuntimeModuleInfo; in VirtualMethodToSlotIndex()
H A DTypeLoaderEnvironment.Metadata.cs1361 …ta.MappingTableModule = ((NativeFormatType)declaringTypeDefinition).MetadataUnit.RuntimeModuleInfo; in TryGetMethodInvokeMetadataFromNativeFormatMetadata()
1782 return ecmaType.EcmaModule.RuntimeModuleInfo; in GetModuleInfoForType()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/NativeFormat/
H A DNativeFormatMetadataUnit.cs265 public NativeFormatModuleInfo RuntimeModuleInfo property in Internal.TypeSystem.NativeFormat.NativeFormatMetadataUnit