1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
107_logger = logger;
4 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\RequestContext.cs (4)
235=> _logger.LogInformation(message); 238=> _logger.LogWarning(message); 241=> _logger.LogError(message); 244=> _logger.LogException(exception);