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