1 write to OldSolution
Microsoft.CodeAnalysis.EditorFeatures (1)
Preview\SolutionChangeSummary.cs (1)
19
OldSolution
= oldSolution;
2 references to OldSolution
Microsoft.CodeAnalysis.EditorFeatures (2)
Suggestions\RefineUsingCopilot\RefineUsingCopilotCodeAction.cs (2)
69
|| changeSummary.NewSolution.GetChangedDocuments(changeSummary.
OldSolution
).FirstOrDefault() is not { } changedDocumentId)
74
var oldDocument = changeSummary.
OldSolution
.GetRequiredDocument(changedDocumentId);