5 references to Error
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\CommittedSolution.cs (2)
506log.Write($"Error calculating checksum for source file '{sourceFilePath}': '{e.Message}'", LogMessageSeverity.Error); 566log.Write($"Source '{sourceFilePath}' doesn't match output PDB: error reading symbols: {e.Message}", LogMessageSeverity.Error);
EditAndContinue\DebuggingSession.cs (1)
411SessionLog.Write($"Failed to create baseline for '{projectId.DebugName}': {e.Message}", LogMessageSeverity.Error);
EditAndContinue\EditSession.cs (1)
1267Log.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);
EditAndContinue\SolutionUpdate.cs (1)
66DiagnosticSeverity.Error => LogMessageSeverity.Error,