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);