2 writes to _count
Microsoft.ML.Data (2)
Data\DataViewUtils.cs (2)
937
_count
= batchColTyped.Count;
950
_count
= 0;
8 references to _count
Microsoft.ML.Data (8)
Data\DataViewUtils.cs (8)
855
public int Remaining =>
_count
- _index;
902
Contracts.Assert(_index <
_count
);
931
Contracts.Assert(
_count
== 0 || (_index ==
_count
- 1));
939
Contracts.Assert(
_count
<= Utils.Size(Values));
944
Contracts.Assert(_index <=
_count
);
972
Contracts.Check(_index <
_count
, "Cannot get value as the cursor is not in a good state");
986
Contracts.Check(_index <
_count
, "Cannot get value as the cursor is not in a good state");