1 write to _propertyHandle
System.Private.CoreLib (1)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (1)
56
_propertyHandle
= propertyHandle;
5 references to _propertyHandle
System.Private.CoreLib (5)
System\Reflection\Runtime\PropertyInfos\NativeFormat\NativeFormatRuntimePropertyInfo.cs (5)
92
if (!(
_propertyHandle
.Equals(otherProperty.
_propertyHandle
)))
105
if (!(
_propertyHandle
.Equals(other.
_propertyHandle
)))
116
return HashCode.Combine(
_propertyHandle
, ContextTypeInfo, _reflectedType);