1 write to _logger
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
59_logger = logger;
8 references to _logger
Microsoft.CommonLanguageServerProtocol.Framework.Package (8)
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);