7 references to ReportError
Microsoft.ML.Transforms (7)
Expression\Lexer.cs (7)
189
ReportError
(ErrId.VerbatimLiteralExpected);
325
ReportError
(ErrId.IntOverflow);
353
ReportError
(ErrId.IntOverflow);
482
ReportError
(ErrId.UnterminatedString);
522
ReportError
(ErrId.NewlineInConst);
531
ReportError
(_sb.Length == 0 ? ErrId.CharConstEmpty : ErrId.CharConstTooLong);
639
ReportError
(ErrId.BadEscape);