2 writes to _vectorIndex
Microsoft.ML.Data (2)
DataLoadSave\Binary\Codecs.cs (2)
1038_vectorIndex = -1; 1081_vectorIndex++;
7 references to _vectorIndex
Microsoft.ML.Data (7)
DataLoadSave\Binary\Codecs.cs (7)
1066Contracts.Assert(_vectorIndex < _numVectors - 1, "already consumed all vectors"); 1067if (_vectorIndex >= 0) 1070int count = _counts[_vectorIndex]; 1073_valuesOffset += FixedLength ? _size : _lengths[_vectorIndex]; 1086Contracts.Assert(_vectorIndex >= 0, "have not moved in"); 1087int length = FixedLength ? _size : _lengths[_vectorIndex]; 1088int count = _counts[_vectorIndex];