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