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