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