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