1 instantiation of CompilerServerLogger
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
502using var logger = new CompilerServerLogger($"MSBuild {Process.GetCurrentProcess().Id}");
2 references to CompilerServerLogger
Microsoft.Build.Tasks.CodeAnalysis (2)
ManagedCompiler.cs (1)
502using var logger = new CompilerServerLogger($"MSBuild {Process.GetCurrentProcess().Id}");
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
17using static Microsoft.CodeAnalysis.CommandLine.CompilerServerLogger;