1 write to _cursor
Microsoft.ML.Transforms (1)
Expression\Lexer.cs (1)
61
_cursor
= cursor;
19 references to _cursor
Microsoft.ML.Transforms (19)
Expression\Lexer.cs (19)
70
private bool Eof { get { return
_cursor
.Eof; } }
77
get { return
_cursor
.ChCur; }
85
return
_cursor
.ChNext();
90
return
_cursor
.ChPeek(ich);
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));