1 implementation of LogException
Microsoft.CodeAnalysis.Workspaces (1)
Log\WorkspaceErrorLogger.cs (1)
21public void LogException(object source, Exception exception)
2 references to LogException
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.cs (2)
426errorLogger.Value.LogException(this, ex); 882logger.Value.LogException(fixer, e);