2 references to ValueStringBuilder
System.Diagnostics.Process (2)
System\Diagnostics\Process.Unix.cs (1)
870var currentArgument = new ValueStringBuilder(stackalloc char[256]);
System\Diagnostics\ProcessStartInfo.cs (1)
190var arguments = new ValueStringBuilder(stackalloc char[256]);