2 writes to nsAtom
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
2399
this.
nsAtom
= nsAtom;
2405
this.
nsAtom
= other.nsAtom;
2 references to nsAtom
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (2)
2405
this.nsAtom = other.
nsAtom
;
2417
return Ref.Equal(node.LocalName, localNameAtom) && Ref.Equal(node.NamespaceURI,
nsAtom
);