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