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