4 references to GetLogDisplay
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSession.cs (3)
902Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project not loaded"); 924Log.Write($"Found {documentDifferences.ChangedOrAdded.Count} potentially changed and {documentDifferences.Deleted.Count} deleted document(s) in project {newProject.GetLogDisplay()}"); 931Log.Write($"EnC state of {newProject.GetLogDisplay()} queried: project is stale");
EditAndContinue\Utilities\Extensions.cs (1)
70=> log?.Write($"Project '{project.GetLogDisplay()}' doesn't support EnC: {message}");