4 references to Capacity
System.Diagnostics.Process (4)
src\libraries\Common\src\System\Collections\Generic\ArrayBuilder.cs (4)
65if (_count == Capacity) 134Debug.Assert(_count < Capacity); 141Debug.Assert(minimum > Capacity); 143int capacity = Capacity;