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