8 references to Error
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\EditAndContinueLanguageService.cs (1)
90logReporter.Report(e.ToString(), LogMessageSeverity.Error);
src\Workspaces\Remote\ServiceHub\Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
58LogMessageSeverity.Error => (HotReloadVerbosity.Minimal, HotReloadDiagnosticErrorLevel.Error),
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\CommittedSolution.cs (2)
505log.Write($"Error calculating checksum for source file '{sourceFilePath}': '{e.Message}'", LogMessageSeverity.Error); 565log.Write($"Source '{sourceFilePath}' doesn't match output PDB: error reading symbols: {e.Message}", LogMessageSeverity.Error);
EditAndContinue\DebuggingSession.cs (1)
424SessionLog.Write($"Failed to create baseline for '{projectId.DebugName}': {e.Message}", LogMessageSeverity.Error);
EditAndContinue\EditSession.cs (1)
1439Log.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);
EditAndContinue\SolutionUpdate.cs (1)
70DiagnosticSeverity.Error => LogMessageSeverity.Error,
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\EditAndContinue\EditAndContinueLogReporter.cs (1)
58LogMessageSeverity.Error => (HotReloadVerbosity.Minimal, HotReloadDiagnosticErrorLevel.Error),