3 implementations of LogException
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
551public void LogException(object source, Exception exception)
Microsoft.CodeAnalysis.Workspaces (1)
Log\WorkspaceErrorLogger.cs (1)
23public void LogException(object source, Exception exception)
Microsoft.VisualStudio.LanguageServices (1)
Log\VisualStudioErrorLogger.cs (1)
26public void LogException(object source, Exception exception)
3 references to LogException
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
114_errorLoggerService?.LogException(provider, exception);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (2)
390errorLogger.Value.LogException(this, ex); 802logger.Value.LogException(fixer, e);