1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
55_logger = logger;
7 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (7)
132_logger.LogException(ex); 139_logger.LogEndContext($"{MethodName}"); 161_logger.LogStartContext($"{MethodName}"); 177_logger.LogWarning($"Could not get request context for {MethodName}"); 220_logger.LogInformation($"{MethodName} - Canceled"); 229_logger.LogException(ex); 236_logger.LogEndContext($"{MethodName}");