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