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