2 references to HotReloadDotNetWatcher
dotnet-watch (1)
Program.cs (1)
200var watcher = new HotReloadDotNetWatcher(context, console, runtimeProcessLauncherFactory: null);
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
120var watcher = new HotReloadDotNetWatcher(context, console, runtimeProcessLauncherFactory: factory);