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