1 write to SupportedScopes
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (1)
26
SupportedScopes
= supportedScopes;
2 references to SupportedScopes
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
830
supportedScopes = fixAllProviderInfo.
SupportedScopes
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
577
foreach (var scope in fixAllProviderInfo.
SupportedScopes
)