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