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