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