1 instantiation of SolutionChangeSummary
Microsoft.CodeAnalysis.EditorFeatures (1)
Preview\AbstractPreviewFactoryService.cs (1)
220
changeSummary = new
SolutionChangeSummary
(oldSolution, newSolution, solutionChanges);
5 references to SolutionChangeSummary
Microsoft.CodeAnalysis.EditorFeatures (5)
Preview\AbstractPreviewFactoryService.cs (1)
78
SolutionChangeSummary
? changeSummary = null;
Preview\SolutionPreviewResult.cs (3)
20
SolutionChangeSummary
? changeSummary = null)
24
public readonly
SolutionChangeSummary
? ChangeSummary = changeSummary;
26
public SolutionPreviewResult(IThreadingContext threadingContext, SolutionPreviewItem preview,
SolutionChangeSummary
? changeSummary = null)
Suggestions\RefineUsingCopilot\RefineUsingCopilotCodeAction.cs (1)
67
var
changeSummary = new SolutionChangeSummary(originalSolution, newSolution, changes);