8 instantiations of 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);
14 references to SolutionEditor
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
ConvertToRecordEngine.cs (2)
113var solutionEditor = new SolutionEditor(document.Project.Solution); 455SolutionEditor solutionEditor,
Microsoft.CodeAnalysis.CSharp.Features (6)
ConvertToRecordEngine.cs (2)
113var solutionEditor = new SolutionEditor(document.Project.Solution); 455SolutionEditor solutionEditor,
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (2)
46protected abstract Task UpdateReferencesAsync(Project project, SolutionEditor solutionEditor, ISymbol implMember, INamedTypeSymbol containingType, CancellationToken cancellationToken); 212var solutionEditor = new SolutionEditor(solution);
ImplementInterface\CSharpImplementExplicitlyCodeRefactoringProvider.cs (1)
46Project project, SolutionEditor solutionEditor,
ImplementInterface\CSharpImplementImplicitlyCodeRefactoringProvider.cs (1)
49protected override Task UpdateReferencesAsync(Project project, SolutionEditor solutionEditor, ISymbol implMember, INamedTypeSymbol containingType, CancellationToken cancellationToken)
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 (2)
Editing\SolutionEditor.cs (1)
27/// The <see cref="Solution"/> that was specified when the <see cref="SolutionEditor"/> was constructed.
Editing\SymbolEditor.cs (1)
463var solutionEditor = new SolutionEditor(_currentSolution);