1 write to ChangeSummary
Microsoft.CodeAnalysis.EditorFeatures (1)
Preview\SolutionPreviewResult.cs (1)
34this.ChangeSummary = changeSummary;
4 references to ChangeSummary
Microsoft.CodeAnalysis.EditorFeatures (2)
Preview\SolutionPreviewResult.cs (2)
112result1.ChangeSummary ?? result2.ChangeSummary);
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
PreviewChangesSuggestedAction.cs (1)
43var changeSummary = previewResult.ChangeSummary;
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\PreviewChanges\PreviewChangesSuggestedAction.cs (1)
43var changeSummary = previewResult.ChangeSummary;