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