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
;
299
if ((object)localName != (object)
_atomizedLocalName
)
302
if (XPathNodeHelper.GetAttribute(ref _pageCurrent, ref _idxCurrent,
_atomizedLocalName
, namespaceURI))
548
if ((object)localName != (object)
_atomizedLocalName
)
551
return XPathNodeHelper.GetElementChild(ref _pageCurrent, ref _idxCurrent,
_atomizedLocalName
, namespaceURI);
560
if ((object)localName != (object)
_atomizedLocalName
)
563
return XPathNodeHelper.GetElementSibling(ref _pageCurrent, ref _idxCurrent,
_atomizedLocalName
, namespaceURI);
609
if ((object)localName != (object)
_atomizedLocalName
)
618
if (!XPathNodeHelper.GetElementFollowing(ref _pageParent, ref _idxParent, pageEnd, idxEnd,
_atomizedLocalName
, namespaceURI))
628
return XPathNodeHelper.GetElementFollowing(ref _pageCurrent, ref _idxCurrent, pageEnd, idxEnd,
_atomizedLocalName
, namespaceURI);
998
if ((object)localName != (object)
_atomizedLocalName
)
1005
return _pageCurrent[_idxCurrent].ElementMatch(
_atomizedLocalName
, namespaceURI);