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