6 overrides of SupportedFixAllScopes
Microsoft.CodeAnalysis.CSharp.Features (4)
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsCodeRefactoringProvider.cs (1)
45protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (1)
35protected override ImmutableArray<FixAllScope> SupportedFixAllScopes
ConvertToRawString\ConvertRegularStringToRawStringCodeRefactoringProvider.cs (1)
56protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
UseExpressionBody\UseExpressionBodyCodeRefactoringProvider.cs (1)
60protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
Microsoft.CodeAnalysis.Features (2)
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
35protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes { get; }
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
33protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
2 references to SupportedFixAllScopes
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (2)
28if (SupportedFixAllScopes.IsEmpty) 36SupportedFixAllScopes);