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