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