1 write to localName
System.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
119this.localName = localName;
7 references to localName
System.Xml (7)
System\Xml\Cache\XPathNodeInfoAtom.cs (7)
134for (int i = 0; i < this.localName.Length; i++) 135this.localNameHash += (this.localNameHash << 7) ^ this.localName[i]; 149get { return this.localName; } 268if ((object) this.localName == (object) that.localName && 294if (this.localName.Length != 0) { 304bldr.Append(this.localName);