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