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