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