2 writes to namespaces
System.Runtime.Serialization (2)
System\Runtime\Serialization\XPathQueryGenerator.cs (2)
106this.namespaces = new XmlNamespaceManager(new NameTable()); 113this.namespaces = new XmlNamespaceManager(new NameTable());
2 references to namespaces
System.Runtime.Serialization (2)
System\Runtime\Serialization\XPathQueryGenerator.cs (2)
126return this.namespaces; 140string prefix = namespaces.LookupPrefix(ns);