1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
59_logger = logger;
8 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (8)
136_logger.LogException(ex); 166_logger.LogDebug("Starting request handler"); 182_logger.LogWarning($"Could not get request context for {MethodName}"); 221_logger.LogDebug("Request handler completed successfully."); 227_logger.LogDebug($"Request was cancelled."); 242_logger.LogDebug(ex.ToString()); 246_logger.LogException(ex); 271_logger.LogException(exception);