2 references to GetAllOutputLinesAsync
dotnet-watch.Tests (2)
CommandLine\ProgramTests.cs (1)
354
var lines = await App.Process.
GetAllOutputLinesAsync
(CancellationToken.None);
Watch\GlobbingAppTests.cs (1)
99
var lines = await App.Process.
GetAllOutputLinesAsync
(CancellationToken.None);