18 references to Log
Microsoft.CodeAnalysis.Features (18)
EditAndContinue\DebuggingSession.cs (1)
523EditSession.Log.Write($"Exception while analyzing document '{document.FilePath}': {e}");
EditAndContinue\EditSession.cs (17)
1130Log.Write($"Emitting solution update {updateId} for solution '{solution.FilePath}'"); 1176if (newProject.IgnoreForEditAndContinue(Log)) 1182if (oldProject?.IgnoreForEditAndContinue(Log) == true) 1187var projectSupportsEditAndContinue = newProject.SupportsEditAndContinue(Log); 1193await GetProjectDifferencesAsync(Log, oldProject, newProject, projectDifferences, projectDiagnostics, DebuggingSession.DiagnosticLevel, cancellationToken).ConfigureAwait(false); 1194projectDifferences.Log(Log, newProject); 1209Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale"); 1233Log.Write($"Project build requested for {newProject.GetLogDisplay()}"); 1238Log.Write($"Changes not applied to {newProject.GetLogDisplay()}: project not built"); 1273Log.Write($"Changes not applied to {newProject.GetLogDisplay()}: binaries not up-to-date"); 1295Log.Write($"Changed document '{changedDocumentAnalysis.FilePath}' has syntax error: {changedDocumentAnalysis.SyntaxError}"); 1299Log.Write($"Document changed, added, or deleted: '{changedDocumentAnalysis.FilePath}'"); 1321Log.Write($"Project summary for {newProject.GetLogDisplay()}: {projectSummary}"); 1398Log.Write($"Emitting update of {newProject.GetLogDisplay()}"); 1513var fileLog = Log.FileLog; 1522var fileLog = Log.FileLog; 1636Log.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);