9 references to _source
dotnet-watch.Tests (9)
TestUtilities\AwaitableProcess.cs (9)
73while (!_source.Completion.IsCompleted && failedLineCount == 0) 77while (await _source.OutputAvailableAsync(cancellationOnFailure.Token)) 79var line = await _source.ReceiveAsync(cancellationOnFailure.Token); 115while (!_source.Completion.IsCompleted) 117while (await _source.OutputAvailableAsync(cancellationToken)) 119lines.Add(await _source.ReceiveAsync(cancellationToken)); 135_source.Post(line); 155_source.Complete(); 160_source.Complete();