3 implementations of LogException
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CodeFixes\CodeFixServiceTests.cs (1)
596public 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)
427errorLogger.Value.LogException(this, ex); 882logger.Value.LogException(fixer, e);