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