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