2 writes to localName
System.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
64
this.
localName
= parent.NameTable.Get(name);
72
this.
localName
= iter.localName;
3 references to localName
System.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
72
this.localName = iter.
localName
;
88
if (!this.ctxt.MoveToChild(this.
localName
, this.namespaceUri))
92
if (!this.ctxt.MoveToNext(this.
localName
, this.namespaceUri))