2 writes to _hash
System.Private.Xml (2)
System\Xml\XmlQualifiedName.cs (2)
54
_hash
= Name.GetHashCode(); /*+ Namespace.GetHashCode()*/ // for perf reasons we are not taking ns's hashcode.
125
_hash
= 0;
2 references to _hash
System.Private.Xml (2)
System\Xml\XmlQualifiedName.cs (2)
52
if (
_hash
== 0)
56
return
_hash
;