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)
70_logger.LogInformation($"Registered MSBuild instance at {instance.MSBuildPath}"); 74_logger.LogCritical("No compatible MSBuild instance could be found."); 95_logger.LogCritical("Trying to run the .NET Core BuildHost on Mono is unsupported."); 117_logger.LogInformation($"Logging builds to {_binaryLogPath}"); 168_logger.LogInformation($"Loading {projectFilePath}"); 188_logger.LogInformation($"Loading an in-memory project with the path {projectFilePath}");