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