1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
30_logger = logger;
6 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
BuildHost.cs (6)
71_logger.LogInformation($"Registered MSBuild instance at {instance.MSBuildPath}"); 75_logger.LogCritical("No compatible MSBuild instance could be found."); 88_logger.LogInformation($"Registered MSBuild instance at {monoMSBuildDirectory}"); 92_logger.LogCritical("No Mono MSBuild installation could be found; see https://www.mono-project.com/ for installation instructions."); 118_logger.LogInformation($"Logging builds to {_binaryLogPath}"); 185_logger.LogInformation($"Loading {projectFilePath}");