1 write to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
30
_logger
= logger;
5 references to _logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
BuildHost.cs (5)
71
_logger
.LogInformation($"Registered MSBuild instance at {instance.MSBuildPath}");
75
_logger
.LogCritical("No compatible MSBuild instance could be found.");
96
_logger
.LogCritical("Trying to run the .NET Core BuildHost on Mono is unsupported.");
118
_logger
.LogInformation($"Logging builds to {_binaryLogPath}");
185
_logger
.LogInformation($"Loading {projectFilePath}");