5 references to AllFixAllScopes
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsCodeRefactoringProvider.cs (1)
44protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
ConvertToRawString\ConvertStringToRawStringCodeRefactoringProvider.cs (1)
44protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
UseExpressionBody\UseExpressionBodyCodeRefactoringProvider.cs (1)
56protected override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
Microsoft.CodeAnalysis.Features (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
32protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes => AllFixAllScopes;
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
50protected override ImmutableArray<FixAllScope> SupportedFixAllScopes { get; } = AllFixAllScopes;