1 write to _comb
Microsoft.ML.Data (1)
Data\BufferBuilder.cs (1)
60_comb = comb;
10 references to _comb
Microsoft.ML.Data (10)
Data\BufferBuilder.cs (10)
161if (_comb.IsDefault(value)) 169_comb.Combine(ref _values[index], value); 194_comb.Combine(ref _values[index], value); 203_comb.Combine(ref _values[index], value); 236_comb.Combine(ref _values[ivDst], value); 280if (!_comb.IsDefault(_values[ivSrc])) 283Contracts.Assert(ivSrc < _count && !_comb.IsDefault(_values[ivSrc])); 292_comb.Combine(ref _values[ivDst - 1], _values[ivSrc]); 408_comb.Combine(ref _values[index + i], values[i]); 424_comb.Combine(ref _values[index + indices[i]], values[i]);