1 write to namespaces
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
23this.namespaces = namespaces;
3 references to namespaces
System.ServiceModel (3)
System\ServiceModel\Dispatcher\XPathParser.cs (3)
106if (null != this.namespaces && null != prefix && prefix.Length > 0) 108prefix = this.namespaces.NameTable.Add(prefix); 110string ns = this.namespaces.LookupNamespace(prefix);