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