2 references to CompilationHandler
dotnet-watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
111
compilationHandler = new
CompilationHandler
(_context.LoggerFactory, _context.Logger, _context.ProcessRunner);
dotnet-watch.Tests (1)
HotReload\CompilationHandlerTests.cs (1)
28
var handler = new
CompilationHandler
(loggerFactory, logger, processRunner);