2 writes to localNameAtom
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1970
this.
localNameAtom
= localNameAtom;
1975
this.
localNameAtom
= other.localNameAtom;
2 references to localNameAtom
System.Xml (2)
System\Xml\Dom\DocumentXPathNavigator.cs (2)
1975
this.localNameAtom = other.
localNameAtom
;
1986
return Ref.Equal(node.LocalName,
localNameAtom
) && Ref.Equal(node.NamespaceURI, nsAtom);