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