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