8 references to SolutionEditor
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertToRecordEngine.cs (1)
113var solutionEditor = new SolutionEditor(document.Project.Solution);
Microsoft.CodeAnalysis.CSharp.Features (2)
ConvertToRecordEngine.cs (1)
113var solutionEditor = new SolutionEditor(document.Project.Solution);
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (1)
212var solutionEditor = new SolutionEditor(solution);
Microsoft.CodeAnalysis.Features (4)
CodeRefactorings\SyncNamespace\AbstractChangeNamespaceService.cs (1)
313var solutionEditor = new SolutionEditor(solution);
InlineMethod\AbstractInlineMethodRefactoringProvider.cs (1)
338var solutionEditor = new SolutionEditor(solution);
PullMemberUp\MembersPuller.cs (2)
103var solutionEditor = new SolutionEditor(solution); 282var solutionEditor = new SolutionEditor(solution);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
463var solutionEditor = new SolutionEditor(_currentSolution);