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