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