15 references to Log
Microsoft.CodeAnalysis.Features (15)
EditAndContinue\EditSession.cs (15)
847
Log
.Write($"Found {updateId.SessionId} potentially changed document(s) in project {updateId.Ordinal} '{solution.FilePath}'");
888
if (!newProject.SupportsEditAndContinue(
Log
))
896
Log
.Write($"EnC state of {newProject.GetLogDisplay()} queried: project not loaded");
914
await GetDocumentDifferencesAsync(
Log
, oldProject, newProject, documentDifferences, projectDiagnostics, cancellationToken).ConfigureAwait(false);
920
Log
.Write($"Found {documentDifferences.ChangedOrAdded.Count} potentially changed and {documentDifferences.Deleted.Count} deleted document(s) in project {newProject.GetLogDisplay()}");
927
Log
.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale");
946
Log
.Write($"Changes not applied to {newProject.GetLogDisplay()}: project not built");
973
Log
.Write($"Changes not applied to {newProject.GetLogDisplay()}: binaries not up-to-date");
991
Log
.Write($"Changed document '{changedDocumentAnalysis.FilePath}' has syntax error: {changedDocumentAnalysis.SyntaxError}");
995
Log
.Write($"Document changed, added, or deleted: '{changedDocumentAnalysis.FilePath}'");
1002
Log
.Write($"Project summary for {newProject.GetLogDisplay()}: {projectSummary}");
1053
Log
.Write($"Emitting update of {newProject.GetLogDisplay()}");
1173
var fileLog =
Log
.FileLog;
1184
var fileLog =
Log
.FileLog;
1267
Log
.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);