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)
104if (!(_reflectedType.Equals(other._reflectedType))) 111return HashCode.Combine(_propertyHandle, ContextTypeInfo, _reflectedType); 152bool inherited = !_reflectedType.Equals(ContextTypeInfo); 168return RuntimeNamedMethodInfo<NativeFormatMethodCommon>.GetRuntimeNamedMethodInfo(new NativeFormatMethodCommon(methodHandle, _definingTypeInfo, ContextTypeInfo), _reflectedType);
System\Reflection\Runtime\PropertyInfos\RuntimePropertyInfo.cs (1)
175return _reflectedType.ToType();