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