3 writes to hashCode
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
154
this.
hashCode
= 0;
163
this.
hashCode
= 0;
177
return this.
hashCode
= this.name.GetNSHashCode();
1 reference to hashCode
System.Private.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
187
return this.
hashCode
== hash && this.name.MatchNs(localname, namespaceUri);