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