6 writes to _atomizedLocalName
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (6)
53_atomizedLocalName = nav._atomizedLocalName; 300_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 549_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 561_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 610_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null; 999_atomizedLocalName = (localName != null) ? NameTable.Get(localName) : null;
12 references to _atomizedLocalName
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (12)
53_atomizedLocalName = nav._atomizedLocalName; 299if ((object)localName != (object)_atomizedLocalName) 302if (XPathNodeHelper.GetAttribute(ref _pageCurrent, ref _idxCurrent, _atomizedLocalName, namespaceURI)) 548if ((object)localName != (object)_atomizedLocalName) 551return XPathNodeHelper.GetElementChild(ref _pageCurrent, ref _idxCurrent, _atomizedLocalName, namespaceURI); 560if ((object)localName != (object)_atomizedLocalName) 563return XPathNodeHelper.GetElementSibling(ref _pageCurrent, ref _idxCurrent, _atomizedLocalName, namespaceURI); 609if ((object)localName != (object)_atomizedLocalName) 618if (!XPathNodeHelper.GetElementFollowing(ref _pageParent, ref _idxParent, pageEnd, idxEnd, _atomizedLocalName, namespaceURI)) 628return XPathNodeHelper.GetElementFollowing(ref _pageCurrent, ref _idxCurrent, pageEnd, idxEnd, _atomizedLocalName, namespaceURI); 998if ((object)localName != (object)_atomizedLocalName) 1005return _pageCurrent[_idxCurrent].ElementMatch(_atomizedLocalName, namespaceURI);