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