Home
last modified time | relevance | path

Searched refs:NativeFormatRuntimePropertyInfo (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/NativeFormat/
H A DNativeFormatRuntimePropertyInfo.cs35 internal sealed partial class NativeFormatRuntimePropertyInfo : RuntimePropertyInfo class
56 …private NativeFormatRuntimePropertyInfo(PropertyHandle propertyHandle, NativeFormatRuntimeNamedTyp… in NativeFormatRuntimePropertyInfo() method in System.Reflection.Runtime.PropertyInfos.NativeFormat.NativeFormatRuntimePropertyInfo
91 if (!(other is NativeFormatRuntimePropertyInfo otherProperty)) in HasSameMetadataDefinitionAs()
104 if (!(obj is NativeFormatRuntimePropertyInfo other)) in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DDispensers.NativeFormat.cs136 internal sealed partial class NativeFormatRuntimePropertyInfo class
140 …return new NativeFormatRuntimePropertyInfo(propertyHandle, definingTypeInfo, contextTypeInfo, refl… in GetRuntimePropertyInfo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/NativeFormat/
H A DNativeFormatRuntimeTypeInfo.CoreGetDeclared.cs82 …yield return NativeFormatRuntimePropertyInfo.GetRuntimePropertyInfo(propertyHandle, this, contextT… in CoreGetDeclaredProperties()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/
H A DSystem.Private.Reflection.Core.csproj161 …nclude="System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs" />