1 instantiation of CompilerServerLogger
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs (1)
16using var logger = new CompilerServerLogger("VBCSCompiler");
3 references to CompilerServerLogger
VBCSCompiler (3)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
17using static Microsoft.CodeAnalysis.CommandLine.CompilerServerLogger;
src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
18using static Microsoft.CodeAnalysis.CommandLine.CompilerServerLogger;
src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs (1)
16using var logger = new CompilerServerLogger("VBCSCompiler");