2 instantiations of CompilerServerLogger
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
509using var innerLogger = new CompilerServerLogger($"MSBuild {Process.GetCurrentProcess().Id}");
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\IntegrationTestBase.cs (1)
136using var logger = new CompilerServerLogger("test");
3 references to CompilerServerLogger
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
509using var innerLogger = new CompilerServerLogger($"MSBuild {Process.GetCurrentProcess().Id}");
src\Compilers\Shared\BuildProtocol.cs (1)
19using static Microsoft.CodeAnalysis.CommandLine.CompilerServerLogger;
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\IntegrationTestBase.cs (1)
136using var logger = new CompilerServerLogger("test");