1 write to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
89
_logger
= logger;
4 references to _logger
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
RoslynRequestExecutionQueue.cs (1)
84
_logger
.LogWarning($"Culture {locale} was not found, falling back to OS culture");
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (3)
172
_logger
,
241
using var loggerScope =
_logger
.CreateContext(work.MethodName);
287
_logger
.LogException(ex);