1 reference to ReadAllTextAsync
System.Diagnostics.Process (1)
System\Diagnostics\Process.Scenarios.cs (1)
297
(standardOutput, standardError) = await process.
ReadAllTextAsync
(cancellationToken).ConfigureAwait(false);