4 references to ArrayBuilder
System.Diagnostics.Process (4)
src\libraries\Common\src\System\Collections\Generic\ArrayBuilder.cs (2)
20
/// Initializes the <see cref="
ArrayBuilder
{T}"/> with a specified capacity.
129
/// Use this method if you know there is enough space in the <see cref="
ArrayBuilder
{T}"/>
System\Diagnostics\Process.Linux.cs (1)
31
ArrayBuilder
<Process> processes = default;
System\Diagnostics\ProcessManager.Linux.cs (1)
28
ArrayBuilder
<ProcessInfo> processes = default;