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