15 references to IchCur
Microsoft.ML.Transforms (15)
Expression\Lexer.cs (15)
98
_ichMinTok = _cursor.
IchCur
;
106
ReportError(_ichMinTok, _cursor.
IchCur
, eid, null);
111
ReportError(_ichMinTok, _cursor.
IchCur
, eid, args);
123
var span = new TextSpan(_ichMinTok, _cursor.
IchCur
);
163
return new EofToken(GetTextSpan(_cursor.
IchCur
, _cursor.
IchCur
));
542
int ichErr = _cursor.
IchCur
;
606
ReportError(ichErr, _cursor.
IchCur
, ErrId.BadEscape);
622
ReportError(ichErr, _cursor.
IchCur
, ErrId.BadEscape);
687
int ichErr = _cursor.
IchCur
;
693
ReportError(ichErr, _cursor.
IchCur
, ErrId.BadChar, LexCharUtils.GetUniEscape(u));
722
int ichErr = _cursor.
IchCur
;
750
ReportError(ichErr, _cursor.
IchCur
, ErrId.UnterminatedComment);
799
int ichMin = _cursor.
IchCur
;
817
_queue.Enqueue(new NewLineToken(GetTextSpan(ichMin, _cursor.
IchCur
), true));