6 references to ReportError
Microsoft.ML.Transforms (6)
Expression\Lexer.cs (6)
106ReportError(_ichMinTok, _cursor.IchCur, eid, null); 111ReportError(_ichMinTok, _cursor.IchCur, eid, args); 606ReportError(ichErr, _cursor.IchCur, ErrId.BadEscape); 622ReportError(ichErr, _cursor.IchCur, ErrId.BadEscape); 693ReportError(ichErr, _cursor.IchCur, ErrId.BadChar, LexCharUtils.GetUniEscape(u)); 750ReportError(ichErr, _cursor.IchCur, ErrId.UnterminatedComment);