1 write to _logger
dotnet-watch (1)
HotReload\IncrementalMSBuildWorkspace.cs (1)
33_logger = logger;
4 references to _logger
dotnet-watch (4)
HotReload\IncrementalMSBuildWorkspace.cs (4)
145_logger.LogDebug("Could not find document with path '{FilePath}' in the workspace.", changedFile.FilePath); 222_logger.LogDebug("Solution: {Path}", solution.FilePath); 225_logger.LogDebug(" Project: {Path}", project.FilePath); 246_logger.LogDebug(" {Kind}: {FilePath} [{Checksum}]", kind, document.FilePath, Convert.ToBase64String(text.GetChecksum().ToArray()));