4 references to GetHashCode
System.Xml (4)
System\Xml\Dom\DomNameTable.cs (2)
39
int hashCode = XmlName.
GetHashCode
(localName);
64
int hashCode = XmlName.
GetHashCode
(localName);
System\Xml\Dom\XmlAttributeCollection.cs (2)
36
int hash = XmlName.
GetHashCode
(name);
57
int hash = XmlName.
GetHashCode
(localName);