2 references to CharConstTooLong
Microsoft.ML.Transforms (2)
Expression\Lexer.cs (1)
531
ReportError(_sb.Length == 0 ? ErrId.CharConstEmpty : ErrId.
CharConstTooLong
);
Expression\TokKind.cs (1)
137
case ErrId.
CharConstTooLong
: