3 references to InsertThreshold
Microsoft.ML.Data (3)
Data\BufferBuilder.cs (3)
87Contracts.Assert(_sorted || _count > InsertThreshold); 213if (_count >= InsertThreshold && _indices[_count - InsertThreshold] > index)