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