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