1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
200_logger = logger;
6 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\RequestContext.cs (6)
58public ILspLogger Logger => _logger; 365=> _logger.LogDebug(message); 371=> _logger.LogInformation(message); 374=> _logger.LogWarning(message); 377=> _logger.LogError(message); 380=> _logger.LogException(exception);