4 writes to _ichNext
Microsoft.ML.Transforms (4)
Expression\CharCursor.cs (4)
44
_ichNext
= 0;
60
return ChCur = _buffer[
_ichNext
++];
65
_ichNext
++; // This is so the final IchCur is reported correctly.
100
_ichNext
= 0;
9 references to _ichNext
Microsoft.ML.Transforms (9)
Expression\CharCursor.cs (9)
23
public int IchCur => _ichBase +
_ichNext
- 1;
57
if (
_ichNext
< _ichLim || EnsureMore())
59
Contracts.Assert(
_ichNext
< _ichLim);
72
Contracts.Assert(0 < dich && dich <= _ichLim -
_ichNext
+ 1);
74
int ich = dich +
_ichNext
- 1;
79
ich = dich +
_ichNext
- 1;
93
if (
_ichNext
> 0)
96
int ichSrc =
_ichNext
;
99
_ichBase +=
_ichNext
;