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