4 references to XPathLexer
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
347XPathLexer lexer = new XPathLexer(expression, false);
System\ServiceModel\Dispatcher\XPathLexer.cs (1)
469: this(xpath, true)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
555XPathLexer lexer = new XPathLexer(xpath, false); 626XPathLexer lexer = new XPathLexer(xpath, false);