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