1 instantiation of AwaitableProcess
dotnet-watch.Tests (1)
TestUtilities\WatchableApp.cs (1)
182
Process = new
AwaitableProcess
(commandSpec, Logger);
1 reference to AwaitableProcess
dotnet-watch.Tests (1)
TestUtilities\WatchableApp.cs (1)
26
public
AwaitableProcess
Process { get; private set; }