3 implementations of LogException
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
595public void LogException(object source, Exception exception)
Microsoft.CodeAnalysis.Workspaces (1)
Log\WorkspaceErrorLogger.cs (1)
21public void LogException(object source, Exception exception)
Microsoft.VisualStudio.LanguageServices (1)
Log\VisualStudioErrorLogger.cs (1)
24public void LogException(object source, Exception exception)
3 references to LogException
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
94errorLoggerService?.LogException(provider, exception);
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (2)
437errorLogger.Value.LogException(this, ex); 858logger.Value.LogException(fixer, e);