1 write to _limit
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderCursor.cs (1)
430
_limit
= limit;
3 references to _limit
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
691
if (
_limit
<= 0)
728
if (++total >=
_limit
)
776
if (++total >=
_limit
)