1 write to namespaces
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
356this.namespaces = namespaces;
10 references to namespaces
System.ServiceModel (10)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
398return QueryMatcher.CompileForInternalEngine(filter.XPath.Trim(), filter.namespaces, flags, functionLibs, out returnType);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (9)
253return this.namespaces; 302this.matcher.Compile(this.xpath, this.namespaces); 314this.matcher.CompileForInternal(this.xpath, this.namespaces); 318this.matcher.CompileForExternal(this.xpath, this.namespaces); 635if (nsPrefix.Length > 0 && (nsNS == null || (nsNS != null && nsNS != this.namespaces.LookupNamespace(nsPrefix)))) 657while (resolver.LookupNamespace(newPrefix) != null || this.namespaces.LookupNamespace(newPrefix) != null) 684writer.WriteAttributeString("xmlns", prefixMap[prefix], null, this.namespaces.LookupNamespace(prefix)); 731foreach (string pre in this.namespaces) 735resolver.AddNamespace(pre, this.namespaces.LookupNamespace(pre));