1 write to _boundaries
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
364_boundaries = new int[_entries + 1];
5 references to _boundaries
Microsoft.ML.Data (5)
DataLoadSave\Binary\Codecs.cs (5)
366for (int i = 1; i < _boundaries.Length; ++i) 368int b = _boundaries[i] = Reader.ReadInt32(); 373Contracts.CheckDecode(_text.Length == (_boundaries[_entries] & LengthMask)); 384int b = _boundaries[_index + 1]; 385int start = _boundaries[_index] & LengthMask;