6 writes to atomizedLocalName
System.Xml (6)
System\Xml\Cache\XPathDocumentNavigator.cs (6)
52this.atomizedLocalName = nav.atomizedLocalName; 271this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 495this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 506this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 551this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 897this.atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null;
12 references to atomizedLocalName
System.Xml (12)
System\Xml\Cache\XPathDocumentNavigator.cs (12)
52this.atomizedLocalName = nav.atomizedLocalName; 270if ((object) localName != (object) this.atomizedLocalName) 273if (XPathNodeHelper.GetAttribute(ref this.pageCurrent, ref this.idxCurrent, this.atomizedLocalName, namespaceURI)) { 494if ((object) localName != (object) this.atomizedLocalName) 497return XPathNodeHelper.GetElementChild(ref this.pageCurrent, ref this.idxCurrent, this.atomizedLocalName, namespaceURI); 505if ((object) localName != (object) this.atomizedLocalName) 508return XPathNodeHelper.GetElementSibling(ref this.pageCurrent, ref this.idxCurrent, this.atomizedLocalName, namespaceURI); 550if ((object) localName != (object) this.atomizedLocalName) 558if (!XPathNodeHelper.GetElementFollowing(ref this.pageParent, ref this.idxParent, pageEnd, idxEnd, this.atomizedLocalName, namespaceURI)) 568return XPathNodeHelper.GetElementFollowing(ref this.pageCurrent, ref this.idxCurrent, pageEnd, idxEnd, this.atomizedLocalName, namespaceURI); 896if ((object) localName != (object) this.atomizedLocalName) 903return this.pageCurrent[this.idxCurrent].ElementMatch(this.atomizedLocalName, namespaceURI);