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