1 write to SupportedScopes
Microsoft.CodeAnalysis.Features (1)
CodeFixes\CodeFixCollection.cs (1)
41SupportedScopes = supportedScopes.NullToEmpty();
2 references to SupportedScopes
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\CodeFixes\CodeFixService.cs (1)
276if (collection.FixAllState is not null && collection.SupportedScopes.Contains(FixAllScope.Document))
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
127fixCollection.SupportedScopes, fixCollection.FirstDiagnostic,