2 writes to localNameAtom
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2374
this.
localNameAtom
= localNameAtom;
2380
this.
localNameAtom
= other.localNameAtom;
2 references to localNameAtom
System.Private.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
2380
this.localNameAtom = other.
localNameAtom
;
2393
return Ref.Equal(node.LocalName,
localNameAtom
) && Ref.Equal(node.NamespaceURI, nsAtom);