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