1 implementation of LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
20public abstract void LogException(Exception exception, string? message = null, params object[] @params);
6 references to LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\InlineCompletions\XmlSnippetParser.cs (1)
57logger.LogException(ex);
Handler\RequestContext.cs (1)
377=> _logger.LogException(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (3)
135_logger.LogException(ex); 233_logger.LogException(ex); 258_logger.LogException(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
287_logger.LogException(ex);