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