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