1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
58_logger = logger;
8 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (8)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (8)
135_logger.LogException(ex); 142_logger.LogEndContext($"{MethodName}"); 165_logger.LogStartContext($"{MethodName}"); 181_logger.LogWarning($"Could not get request context for {MethodName}"); 224_logger.LogInformation($"{MethodName} - Canceled"); 233_logger.LogException(ex); 240_logger.LogEndContext($"{MethodName}"); 258_logger.LogException(exception);