2 writes to localName
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
162
this.
localName
= root.NameTable.Get(name);
178
this.
localName
= iter.localName;
3 references to localName
System.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
178
this.localName = iter.
localName
;
197
if (this.ctxt.IsElementMatch(this.
localName
, this.namespaceUri)) {
203
if (!this.ctxt.MoveToFollowing(this.
localName
, this.namespaceUri, this.end))