5 references to AllFixAllScopes
Microsoft.CodeAnalysis.CSharp.Features (3)
CodeRefactorings\UseRecursivePatterns\UseRecursivePatternsCodeRefactoringProvider.cs (1)
44
protected override ImmutableArray<FixAllScope> SupportedFixAllScopes =>
AllFixAllScopes
;
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 (2)
ConvertIfToSwitch\AbstractConvertIfToSwitchCodeRefactoringProvider.cs (1)
32
protected sealed override ImmutableArray<FixAllScope> SupportedFixAllScopes =>
AllFixAllScopes
;
ConvertToInterpolatedString\AbstractConvertPlaceholderToInterpolatedStringRefactoringProvider.cs (1)
50
protected override ImmutableArray<FixAllScope> SupportedFixAllScopes { get; } =
AllFixAllScopes
;