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