1 write to IchLimBuf
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
590
IchLimBuf
= text.Length;
7 references to IchLimBuf
Microsoft.ML.Data (7)
DataLoadSave\Text\TextLoaderParser.cs (7)
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
);
1149
int ichLim = scan.
IchLimBuf
;