1 write to ns
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
3418
this.
ns
= XNamespace.Get(namespaceName);
2 references to ns
System.Xml.Linq (2)
System\Xml\Linq\XLinq.cs (2)
3416
if ((object)namespaceName == (object)this.namespaceName) return this.
ns
;
3419
return this.
ns
;