1 write to Logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
AbstractBuildHost.cs (1)
50
Logger
= logger;
6 references to Logger
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (6)
AbstractBuildHost.cs (5)
76
Logger
.LogInformation($"Registered MSBuild {instance.Version} instance at {instance.Path}");
98
Logger
.LogInformation($"Logging builds to {_binaryLogPath}");
166
Logger
.LogInformation($"Loading {projectFilePath}");
180
Logger
.LogInformation($"Loading an in-memory project with the path {projectFilePath} ({globalProperties?.Count ?? 0} global properties)");
202
Logger
.LogInformation($"Loading an in-memory project instance with the path {projectFilePath}");
NetCoreBuildHost.cs (1)
41
Logger
.LogCritical("No compatible MSBuild instance could be found.");