1 write to _reflectedType
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
49
_reflectedType
= reflectedType;
6 references to _reflectedType
System.Private.CoreLib (6)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (5)
109
if (!(
_reflectedType
.Equals(other.
_reflectedType
)))
116
return HashCode.Combine(_propertyHandle, ContextTypeInfo,
_reflectedType
);
158
bool inherited = !
_reflectedType
.Equals(ContextTypeInfo);
174
return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, _definingTypeInfo, ContextTypeInfo),
_reflectedType
);
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
175
return
_reflectedType
.ToType();