Base:
2 references to GetHashCode
System.Private.Xml.Linq (2)
System\Xml\Linq\XAttribute.cs (1)
687return name.GetHashCode() ^ value.GetHashCode();
System\Xml\Linq\XElement.cs (1)
2000int h = name.GetHashCode();