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