2 writes to _itokLim
Microsoft.ML.Transforms (2)
Expression\TokenCursor.cs (2)
118
_itokLim
-= itokMin;
144
Token tok = _buffer[
_itokLim
++] = _tokens.Current;
12 references to _itokLim
Microsoft.ML.Transforms (12)
Expression\TokenCursor.cs (12)
60
Contracts.Assert(0 <= _itokCur && _itokCur <
_itokLim
&&
_itokLim
<= _buffer.Length);
63
Contracts.Assert((_tokens != null) == (_buffer[
_itokLim
- 1].Kind != TokKind.Eof));
104
if (
_itokLim
>= _buffer.Length)
114
while (itokSrc <
_itokLim
)
135
Contracts.Assert(
_itokLim
< _buffer.Length);
160
Contracts.Assert(-_itokCur <= ditok && ditok <=
_itokLim
- _itokCur);
161
Contracts.Assert(ditok <
_itokLim
- _itokCur || _tokens != null);
163
while (ditok >=
_itokLim
- _itokCur)
187
Contracts.Assert(-_itokCur <= ditok && ditok <=
_itokLim
- _itokCur);
188
Contracts.Assert(ditok <
_itokLim
- _itokCur || _tokens != null);
190
while (ditok >=
_itokLim
- _itokCur)