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