1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
58
_logger
= logger;
7 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (7)
135
_logger
.LogException(ex);
165
_logger
.LogDebug("Starting request handler");
181
_logger
.LogWarning($"Could not get request context for {MethodName}");
220
_logger
.LogDebug("Request handler completed successfully.");
226
_logger
.LogInformation($"Request was cancelled.");
235
_logger
.LogException(ex);
259
_logger
.LogException(exception);