2 references to CompilationHandler
dotnet-watch.Tests (1)
HotReload\CompilationHandlerTests.cs (1)
29
var handler = new
CompilationHandler
(logger, processRunner);
Microsoft.DotNet.HotReload.Watch (1)
HotReload\HotReloadDotNetWatcher.cs (1)
116
compilationHandler = new
CompilationHandler
(_context.Logger, _context.ProcessRunner);