Implemented interface member:
method
GetHashCode
System.Collections.Generic.IEqualityComparer<T>.GetHashCode(T)
2 references to GetHashCode
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
95
return hasher.
GetHashCode
(this.namespaceUri) ^ hasher.
GetHashCode
(this.localname);