7 references to EnsureCapacity
System.Collections.Immutable (7)
System\Collections\Immutable\ImmutableArray_1.Builder.cs (7)
122this.EnsureCapacity(value); 256this.EnsureCapacity(this.Count + 1); 278this.EnsureCapacity(this.Count + count); 310this.EnsureCapacity(this.Count + items.Length); 329this.EnsureCapacity(newCount); 345this.EnsureCapacity(this.Count + count); 1060this.EnsureCapacity(this.Count + length);