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