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)
52if (_hash == 0) 56return _hash;