1 write to _actives
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1257_actives = new TableOfContentsEntry[activeIndices.Length];
9 references to _actives
Microsoft.ML.Data (9)
DataLoadSave\Binary\BinaryLoader.cs (9)
1259_actives[i] = toc[activeIndices[i]]; 1264_pipes = new ReadPipe[parent.RowCount > 0 ? _actives.Length : 0]; 1265_pipeGetters = new Delegate[_actives.Length]; 1292_pipeGetters[c] = GetNoRowGetter(_actives[c].Type); 1385long decompressSequenceLim = (long)_numBlocks * _actives.Length; 1452var entry = parent._actives[columnIndex]; 1464Ectx.Assert(0 <= columnIndex && columnIndex < Utils.Size(parent._actives)); 1566TableOfContentsEntry entry = parent._actives[ColumnIndex]; 1774TableOfContentsEntry entry = Parent._actives[ColumnIndex];