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