1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
30
_logger
= logger;
7 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (7)
BuildHost.cs (7)
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}");
194
_logger
.LogInformation($"Loading {projectFilePath}");
214
_logger
.LogInformation($"Loading an in-memory project with the path {projectFilePath}");