5 writes to IchMinNext
Microsoft.ML.Data (5)
DataLoadSave\Text\TextLoaderParser.cs (5)
591
IchMinNext
= IchMinBuf;
1165
scan.
IchMinNext
= scan.IchLim = ichCur;
1199
scan.
IchMinNext
= scan.IchLim = ichCur;
1355
scan.
IchMinNext
= ichCur;
1360
scan.
IchMinNext
= ichCur + 1;
13 references to IchMinNext
Microsoft.ML.Data (13)
DataLoadSave\Text\TextLoaderParser.cs (13)
981
Contracts.Assert(scan.IchMinBuf <= scan.
IchMinNext
&& scan.
IchMinNext
<= scan.IchLimBuf);
988
Contracts.Assert(scan.IchMinBuf <= scan.
IchMinNext
&& scan.
IchMinNext
<= scan.IchLimBuf);
990
Contracts.Assert(scan.IchMinBuf <= scan.
IchMinNext
&& scan.
IchMinNext
<= scan.IchLimBuf);
1026
Contracts.Assert(scan.IchMinBuf <= scan.
IchMinNext
&& scan.
IchMinNext
<= scan.IchLimBuf);
1028
Contracts.Assert(scan.IchMinBuf <= scan.
IchMinNext
&& scan.
IchMinNext
<= scan.IchLimBuf);
1146
Contracts.Assert(scan.IchMinBuf <= scan.
IchMinNext
&& scan.
IchMinNext
<= scan.IchLimBuf);
1150
int ichCur = scan.
IchMinNext
;