8 overrides of SupportedFixAllScopes
Microsoft.CodeAnalysis.CSharp.Features (4)
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsCodeRefactoringProvider.cs (1)
44protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
ConvertNamespace\ConvertNamespaceCodeRefactoringProvider.cs (1)
32protected override ImmutableArray<FixAllScope> SupportedFixAllScopes
ConvertToRawString\ConvertStringToRawStringCodeRefactoringProvider.cs (1)
44protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
UseExpressionBody\UseExpressionBodyCodeRefactoringProvider.cs (1)
56protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
Microsoft.CodeAnalysis.Features (4)
AddFileBanner\AbstractAddFileBannerCodeRefactoringProvider.cs (1)
30protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes { get; }
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
32protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
50protected override ImmutableArray<FixAllScope> SupportedFixAllScopes { get; } = AllFixAllScopes;
OrganizeImports\OrganizeImportsCodeRefactoringProvider.cs (1)
27protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => [FixAllScope.Project, FixAllScope.Solution];
2 references to SupportedFixAllScopes
Microsoft.CodeAnalysis.Workspaces (2)
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (2)
27if (SupportedFixAllScopes.IsEmpty) 33SupportedFixAllScopes,