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