5 instantiations of XPathLexer
System.ServiceModel (5)
System\ServiceModel\Configuration\XPathMessageFilterElementComparer.cs (1)
33
XPathLexer lexer = new
XPathLexer
(filter.XPath);
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
347
XPathLexer lexer = new
XPathLexer
(expression, false);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
555
XPathLexer lexer = new
XPathLexer
(xpath, false);
626
XPathLexer lexer = new
XPathLexer
(xpath, false);
System\ServiceModel\Dispatcher\XPathParser.cs (1)
24
this.lexer = new
XPathLexer
(xpath);
6 references to XPathLexer
System.ServiceModel (6)
System\ServiceModel\Configuration\XPathMessageFilterElementComparer.cs (2)
33
XPathLexer
lexer = new XPathLexer(filter.XPath);
37
static string ParseXPathString(
XPathLexer
lexer, XmlNamespaceManager namespaceManager, bool throwOnFailure)
System\ServiceModel\Dispatcher\QueryMatcher.cs (1)
347
XPathLexer
lexer = new XPathLexer(expression, false);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (2)
555
XPathLexer
lexer = new XPathLexer(xpath, false);
626
XPathLexer
lexer = new XPathLexer(xpath, false);
System\ServiceModel\Dispatcher\XPathParser.cs (1)
14
XPathLexer
lexer;