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