4 references to GetHashCode
System.Private.Xml (4)
System\Xml\Dom\DomNameTable.cs (2)
34
int hashCode = XmlName.
GetHashCode
(localName);
58
int hashCode = XmlName.
GetHashCode
(localName);
System\Xml\Dom\XmlAttributeCollection.cs (2)
40
int hash = XmlName.
GetHashCode
(name);
63
int hash = XmlName.
GetHashCode
(localName);