2 overrides of LogError
Microsoft.CodeAnalysis.LanguageServer (1)
LanguageServerExportProviderBuilder.cs (1)
77
protected override void
LogError
(string message, Exception exception)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteExportProviderBuilder.cs (1)
82
protected override void
LogError
(string message, Exception exception)
4 references to LogError
Microsoft.CodeAnalysis.Remote.Workspaces (4)
ExportProviderBuilder.cs (4)
70
LogError
("Loading cached MEF composition failed", ex);
170
LogError
("Failed to save MEF cache", ex);
196
LogError
("Encountered exception in the MEF composition", exception);
213
LogError
($"Encountered errors in the MEF composition:{Environment.NewLine}{ex.ErrorsAsString}", ex);