3 writes to _ticks
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
729
_ticks
= _codec._longBufferPool.Get();
730
Utils.EnsureSize(ref
_ticks
, _entries, false);
756
_ticks
= null;
3 references to _ticks
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (3)
732
_ticks
[i] = Reader.ReadInt64();
744
var ticks =
_ticks
[_index];
754
_codec._longBufferPool.Return(
_ticks
);