1 write to lexer
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathParser.cs (1)
24this.lexer = new XPathLexer(xpath);
4 references to lexer
System.ServiceModel (4)
System\ServiceModel\Dispatcher\XPathParser.cs (4)
47while (this.lexer.MoveNext()) 49if (XPathTokenID.Whitespace != this.lexer.Token.TokenID) 51return this.lexer.Token; 1005throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new QueryCompileException(error, this.lexer.ConsumedSubstring()));