4 references to AllFixAllScopes
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsCodeRefactoringProvider.cs (1)
45
protected override ImmutableArray<FixAllScope> SupportedFixAllScopes =>
AllFixAllScopes
;
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 (1)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
33
protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes =>
AllFixAllScopes
;