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
;
298
if ((object?)localName != (object?)
_atomizedLocalName
)
301
if (XPathNodeHelper.GetAttribute(ref _pageCurrent, ref _idxCurrent,
_atomizedLocalName
, namespaceURI))
550
if ((object?)localName != (object?)
_atomizedLocalName
)
553
return XPathNodeHelper.GetElementChild(ref _pageCurrent, ref _idxCurrent,
_atomizedLocalName
, namespaceURI);
562
if ((object?)localName != (object?)
_atomizedLocalName
)
565
return XPathNodeHelper.GetElementSibling(ref _pageCurrent, ref _idxCurrent,
_atomizedLocalName
, namespaceURI);
612
if ((object?)localName != (object?)
_atomizedLocalName
)
621
if (!XPathNodeHelper.GetElementFollowing(ref _pageParent!, ref _idxParent, pageEnd, idxEnd,
_atomizedLocalName
, namespaceURI))
631
return XPathNodeHelper.GetElementFollowing(ref _pageCurrent, ref _idxCurrent, pageEnd, idxEnd,
_atomizedLocalName
, namespaceURI);
1001
if ((object?)localName != (object?)
_atomizedLocalName
)
1008
return _pageCurrent[_idxCurrent].ElementMatch(
_atomizedLocalName
, namespaceURI);