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