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