2 writes to _hashCode
System.Private.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
138
_hashCode
= 0;
275
_hashCode
= ((hashCode == 0) ? 1 : hashCode);
2 references to _hashCode
System.Private.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
254
if (
_hashCode
== 0)
278
return
_hashCode
;