2 references to RefillOverIncrementalThreshold
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.cs (2)
315
if (this.IsEmpty || (other.TryGetCount(out count) && (this.Count + count) *
RefillOverIncrementalThreshold
> this.Count))
332
if (this.IsEmpty || (this.Count + other.Length) *
RefillOverIncrementalThreshold
> this.Count)