1 instantiation of CompilerServerLogger
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\VBCSCompiler.cs (1)
16
using var logger = new
CompilerServerLogger
($"VBCSCompiler {Process.GetCurrentProcess().Id}");
3 references to CompilerServerLogger
VBCSCompiler (3)
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 {Process.GetCurrentProcess().Id}");
src\Compilers\Shared\BuildProtocol.cs (1)
19
using static Microsoft.CodeAnalysis.CommandLine.
CompilerServerLogger
;