1 write to SupportedScopes
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (1)
28SupportedScopes = supportedScopes;
2 references to SupportedScopes
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
804supportedScopes = fixAllProviderInfo.SupportedScopes;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
603foreach (var scope in fixAllProviderInfo.SupportedScopes)