2 references to ReadAllBytesIntoRentedArraysAsync
System.Diagnostics.Process (2)
System\Diagnostics\Process.Multiplexing.cs (2)
385
(ArraySegment<byte> standardOutput, ArraySegment<byte> standardError) = await
ReadAllBytesIntoRentedArraysAsync
(cancellationToken).ConfigureAwait(false);
424
(ArraySegment<byte> standardOutput, ArraySegment<byte> standardError) = await
ReadAllBytesIntoRentedArraysAsync
(cancellationToken).ConfigureAwait(false);