1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
198_logger = logger;
4 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\RequestContext.cs (4)
366=> _logger.LogInformation(message); 369=> _logger.LogWarning(message); 372=> _logger.LogError(message); 375=> _logger.LogException(exception);