4 references to ChangeSummary
Microsoft.CodeAnalysis.EditorFeatures (3)
Preview\SolutionPreviewResult.cs (2)
106
result1.
ChangeSummary
?? result2.
ChangeSummary
);
Suggestions\PreviewChanges\PreviewChangesCodeAction.cs (1)
44
if (previewResult?.
ChangeSummary
is not { } changeSummary)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
444
previewFactory.GetSolutionPreviews(oldSolution, newSolution, cancellationToken)?.
ChangeSummary
is { } changeSummary)