2 references to 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());