2 instantiations of ErrorToken
Microsoft.ML.Transforms (2)
Expression\Lexer.cs (2)
117
ErrorToken err = new
ErrorToken
(GetTextSpan(ichMin, ichLim), eid, args);
840
return new
ErrorToken
(GetSpan(), ErrId.BadChar, _sb.ToString());
2 references to ErrorToken
Microsoft.ML.Transforms (2)
Expression\LambdaParser.cs (1)
324
PostError(_curs.TokCur, _curs.TokCur.As<
ErrorToken
>().ToString());
Expression\Lexer.cs (1)
117
ErrorToken
err = new ErrorToken(GetTextSpan(ichMin, ichLim), eid, args);