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