6 writes to _atomizedLocalName
System.Private.Xml (6)
System\Xml\Cache\XPathDocumentNavigator.cs (6)
49_atomizedLocalName = nav._atomizedLocalName; 299_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 551_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 563_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 613_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 1002_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null;
12 references to _atomizedLocalName
System.Private.Xml (12)
System\Xml\Cache\XPathDocumentNavigator.cs (12)
49_atomizedLocalName = nav._atomizedLocalName; 298if ((object?)localName != (object?)_atomizedLocalName) 301if (XPathNodeHelper.GetAttribute(ref _pageCurrent, ref _idxCurrent, _atomizedLocalName, namespaceURI)) 550if ((object?)localName != (object?)_atomizedLocalName) 553return XPathNodeHelper.GetElementChild(ref _pageCurrent, ref _idxCurrent, _atomizedLocalName, namespaceURI); 562if ((object?)localName != (object?)_atomizedLocalName) 565return XPathNodeHelper.GetElementSibling(ref _pageCurrent, ref _idxCurrent, _atomizedLocalName, namespaceURI); 612if ((object?)localName != (object?)_atomizedLocalName) 621if (!XPathNodeHelper.GetElementFollowing(ref _pageParent!, ref _idxParent, pageEnd, idxEnd, _atomizedLocalName, namespaceURI)) 631return XPathNodeHelper.GetElementFollowing(ref _pageCurrent, ref _idxCurrent, pageEnd, idxEnd, _atomizedLocalName, namespaceURI); 1001if ((object?)localName != (object?)_atomizedLocalName) 1008return _pageCurrent[_idxCurrent].ElementMatch(_atomizedLocalName, namespaceURI);