1 implementation of IErrorLoggerService
Microsoft.CodeAnalysis.Workspaces (1)
Log\WorkspaceErrorLogger.cs (1)
15internal sealed class WorkspaceErrorLogger : IErrorLoggerService
2 references to IErrorLoggerService
Microsoft.CodeAnalysis.Workspaces (2)
Log\WorkspaceErrorLogger.cs (2)
14[ExportWorkspaceService(typeof(IErrorLoggerService)), Export(typeof(IErrorLoggerService)), Shared]