5 writes to _total
Microsoft.ML.Data (5)
DataLoadSave\Text\TextLoaderCursor.cs (5)
95
_total
= -1;
340
_total
= batch.Total;
348
++
_total
;
830
_total
= batch.Total - 1;
833
++
_total
;
3 references to _total
Microsoft.ML.Data (3)
DataLoadSave\Text\TextLoaderCursor.cs (3)
205
val = new DataViewRowId((ulong)
_total
, 0);
829
Contracts.Assert(batch.Total ==
_total
+ 1, $"batch.Total:{batch.Total} while _total + 1:{
_total
+ 1}.");