1 write to CreateChangedSolutionCascading
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeFixData.cs (1)
20
CreateChangedSolutionCascading
= createChangedSolutionCascading;
4 references to CreateChangedSolutionCascading
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
AbstractAddParameterCodeFixProvider.cs (4)
256
if (data.
CreateChangedSolutionCascading
!= null)
269
data.
CreateChangedSolutionCascading
,
292
data => data.
CreateChangedSolutionCascading
!= null,
296
return CodeAction.Create(title, data.
CreateChangedSolutionCascading
!, equivalenceKey: title);