1 write to Logger
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
44Logger = logger;
4 references to Logger
VBCSCompiler (3)
src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (3)
73var task = Task.Run(() => ListenCoreAsync(PipeName, Logger, _queue, _cancellationTokenSource.Token)); 106Logger.LogException(ex, $"Cancelling server listens threw an exception"); 115Logger.LogException(ex, $"Listen tasks threw exception during {nameof(EndListening)}");
VBCSCompiler.UnitTests (1)
NamedPipeClientConnectionHostTests.cs (1)
39logger: _host.Logger,