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