8 references to GetChangedSolution
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertToRecordEngine.cs (1)
355
return solutionEditor.
GetChangedSolution
();
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRecordEngine.cs (1)
355
return solutionEditor.
GetChangedSolution
();
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
252
return solutionEditor.
GetChangedSolution
();
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
320
return solutionEditor.
GetChangedSolution
();
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (1)
361
return solutionEditor.
GetChangedSolution
();
PullMemberUp\MembersPuller.cs (2)
152
return solutionEditor.
GetChangedSolution
();
407
return solutionEditor.
GetChangedSolution
();
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
477
_currentSolution = solutionEditor.
GetChangedSolution
();