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