Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/MethodInfos/
H A DRuntimeNamedMethodInfo.cs57 _reflectedType = reflectedType; in RuntimeNamedMethodInfo()
190 return _reflectedType;
228 if (!(_reflectedType.Equals(other._reflectedType))) in Equals()
278 if (_reflectedType.Equals(_common.DefiningTypeInfo))
299 if (!_reflectedType.Equals(_common.DeclaringType))
330 private readonly RuntimeTypeInfo _reflectedType; field in System.Reflection.Runtime.MethodInfos.RuntimeNamedMethodInfo
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/EcmaFormat/
H A DEcmaFormatRuntimePropertyInfo.cs110 if (!(_reflectedType.Equals(other._reflectedType))) in Equals()
160 bool inherited = !_reflectedType.Equals(ContextTypeInfo); in GetPropertyMethod()
168 …Info(new EcmaFormatMethodCommon(methodHandle, _definingTypeInfo, ContextTypeInfo), _reflectedType); in GetPropertyMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/NativeFormat/
H A DNativeFormatRuntimePropertyInfo.cs112 if (!(_reflectedType.Equals(other._reflectedType))) in Equals()
160 bool inherited = !_reflectedType.Equals(ContextTypeInfo); in GetPropertyMethod()
176 …fo(new NativeFormatMethodCommon(methodHandle, _definingTypeInfo, ContextTypeInfo), _reflectedType); in GetPropertyMethod()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/FieldInfos/
H A DRuntimeFieldInfo.cs51 _reflectedType = reflectedType; in RuntimeFieldInfo()
134 return _reflectedType;
291 protected readonly RuntimeTypeInfo _reflectedType; field in System.Reflection.Runtime.FieldInfos.RuntimeFieldInfo
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/PropertyInfos/
H A DRuntimePropertyInfo.cs54 _reflectedType = reflectedType; in RuntimePropertyInfo()
199 return _reflectedType;
380 protected readonly RuntimeTypeInfo _reflectedType; field in System.Reflection.Runtime.PropertyInfos.RuntimePropertyInfo
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/FieldInfos/EcmaFormat/
H A DEcmaFormatRuntimeFieldInfo.cs137 if (!(_reflectedType.Equals(other._reflectedType))) in Equals()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/FieldInfos/NativeFormat/
H A DNativeFormatRuntimeFieldInfo.cs125 if (!(_reflectedType.Equals(other._reflectedType))) in Equals()