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