11 references to GetLogDisplay
Microsoft.CodeAnalysis.Features (11)
EditAndContinue\DebuggingSession.cs (1)
681SessionLog.Write($"Baselines discarded: {solution.GetRequiredProject(projectId).GetLogDisplay()}.");
EditAndContinue\EditSession.cs (6)
1037Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale"); 1061Log.Write($"Project build requested for {newProject.GetLogDisplay()}"); 1066Log.Write($"Changes not applied to {newProject.GetLogDisplay()}: project not built"); 1101Log.Write($"Changes not applied to {newProject.GetLogDisplay()}: binaries not up-to-date"); 1140Log.Write($"Project summary for {newProject.GetLogDisplay()}: {projectSummary}"); 1217Log.Write($"Emitting update of {newProject.GetLogDisplay()}");
EditAndContinue\ProjectDifferences.cs (3)
53log.Write($"Found {ChangedOrAddedDocuments.Count} potentially changed, {DeletedDocuments.Count} deleted document(s) in project {newProject.GetLogDisplay()}"); 58log.Write($"References of project {newProject.GetLogDisplay()} changed"); 63log.Write($"Settings of project {newProject.GetLogDisplay()} changed");
EditAndContinue\Utilities\Extensions.cs (1)
71=> log?.Write($"Project '{project.GetLogDisplay()}' doesn't support EnC: {message}");