1 instantiation of RunningWatcher
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
141return new RunningWatcher(this, watcher, watchTask, reporter, console, serviceHolder, shutdownSource);
9 references to RunningWatcher
dotnet-watch.Tests (9)
HotReload\RuntimeProcessLauncherTests.cs (9)
94private RunningWatcher StartWatcher(TestAsset testAsset, string[] args, string? workingDirectory = null) 165await using var w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory); 328await using var w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory); 418await using var w = StartWatcher(testAsset, args: ["--project", hostProject], workingDirectory); 507await using var w = StartWatcher(testAsset, ["--non-interactive", "--project", hostProject], workingDirectory); 599await using var w = StartWatcher(testAsset, ["--no-exit"], workingDirectory); 657await using var w = StartWatcher(testAsset, [], workingDirectory); 713await using var w = StartWatcher(testAsset, [], appProjDir); 772await using var w = StartWatcher(testAsset, []);