5 references to Error
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\CommittedSolution.cs (2)
468log.Write($"Error calculating checksum for source file '{sourceFilePath}': '{e.Message}'", LogMessageSeverity.Error); 545log.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)
1600Log.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);
EditAndContinue\SolutionUpdate.cs (1)
70DiagnosticSeverity.Error => LogMessageSeverity.Error,