2 writes to _localName
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentIterator.cs (2)
180_localName = root.NameTable.Get(name); 198_localName = iter._localName;
3 references to _localName
System.Private.Xml (3)
System\Xml\Cache\XPathDocumentIterator.cs (3)
198_localName = iter._localName; 220if (this.ctxt.IsElementMatch(_localName, _namespaceUri)) 227if (!this.ctxt.MoveToFollowing(_localName, _namespaceUri, _end))