3 references to XPath
System.ServiceModel (3)
System\ServiceModel\Configuration\XPathMessageFilterElementComparer.cs (1)
33
XPathLexer lexer = new XPathLexer(filter.
XPath
);
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
398
return QueryMatcher.CompileForInternalEngine(filter.
XPath
.Trim(), filter.namespaces, flags, functionLibs, out returnType);
System\ServiceModel\Dispatcher\XPathMessageFilterTable.cs (1)
189
this.iqMatcher.Add(filter.
XPath
, filter.Namespaces, filter, forceExternal);