1 implementation of LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
21public abstract void LogException(Exception exception, string? message = null, params object[] @params);
9 references to LogException
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\InlineCompletions\XmlSnippetParser.cs (1)
56logger.LogException(ex);
Handler\RequestContext.cs (1)
380=> _logger.LogException(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (3)
135_logger.LogException(ex); 235_logger.LogException(ex); 259_logger.LogException(exception);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
289_logger.LogException(ex);
Workspaces\LspWorkspaceManager.cs (3)
165this._logger.LogException(ex); 276_logger.LogException(ex); 302_logger.LogException(ex);