Implemented interface member:
3 references to GetHashCode
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
106return hasher.GetHashCode(this.namespaceUri) ^ hasher.GetHashCode(this.localname);
FrameworkFork\Microsoft.Xml\Xml\XmlQualifiedName.cs (1)
85_hash = SecureStringHasher.Instance.GetHashCode(Name);