15 references to Log
Microsoft.CodeAnalysis.Features (15)
EditAndContinue\EditSession.cs (15)
852
Log
.Write($"Found {updateId.SessionId} potentially changed document(s) in project {updateId.Ordinal} '{solution.FilePath}'");
894
if (!newProject.SupportsEditAndContinue(
Log
))
902
Log
.Write($"EnC state of {newProject.GetLogDisplay()} queried: project not loaded");
918
await GetDocumentDifferencesAsync(
Log
, oldProject, newProject, documentDifferences, diagnostics, cancellationToken).ConfigureAwait(false);
924
Log
.Write($"Found {documentDifferences.ChangedOrAdded.Count} potentially changed and {documentDifferences.Deleted.Count} deleted document(s) in project {newProject.GetLogDisplay()}");
931
Log
.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale");
951
Log
.Write($"Changes not applied to {newProject.Name} '{newProject.FilePath}': project not built");
992
Log
.Write($"Changes not applied to {newProject.Name} '{newProject.FilePath}': binaries not up-to-date");
1009
Log
.Write($"Changed document '{changedDocumentAnalysis.FilePath}' has syntax error: {changedDocumentAnalysis.SyntaxError}");
1013
Log
.Write($"Document changed, added, or deleted: '{changedDocumentAnalysis.FilePath}'");
1020
Log
.Write($"Project summary for {newProject.Name} '{newProject.FilePath}': {projectSummary}");
1080
Log
.Write($"Emitting update of {newProject.Name} '{newProject.FilePath}': project not built");
1201
var fileLog =
Log
.FileLog;
1212
var fileLog =
Log
.FileLog;
1276
Log
.Write($"Exception while emitting update: {e}", LogMessageSeverity.Error);