5 references to Logger
VBCSCompiler (5)
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (5)
45Logger.LogException(ex, $"Error processing request for client"); 53Logger.Log($"Received request {request.RequestId} of type {request.GetType()}"); 85if (!Environment.Is64BitProcess && !MemoryHelper.IsMemoryAvailable(Logger)) 106Logger.Log(message); 141Logger.LogException(ex, $"Exception running compilation for {request.RequestId}");