3 references to ToFixAllScope
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (1)
124
: FixAllProviderInfo(fixAllProvider, supportedScopes.SelectAsArray(s => s.
ToFixAllScope
()))
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
103
=> FixAllHelper.GetDefaultFixAllTitle(this.Scope.
ToFixAllScope
(), this.State.CodeActionTitle, this.Document, this.Project);
CodeRefactorings\FixAllOccurences\RefactorAllState.cs (1)
66
: base(refactorAllProvider, document, project, codeRefactoringProvider, refactorAllScope.
ToFixAllScope
(), codeActionEquivalenceKey)