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