1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
29
_logger
= logger;
6 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
BuildHost.cs (6)
52
_logger
.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.Path}");
89
_logger
.LogCritical("No compatible MSBuild instance could be found.");
108
_logger
.LogCritical("Trying to run the .NET Core BuildHost on Mono is unsupported.");
130
_logger
.LogInformation($"Logging builds to {_binaryLogPath}");
186
_logger
.LogInformation($"Loading {projectFilePath}");
206
_logger
.LogInformation($"Loading an in-memory project with the path {projectFilePath}");