2 references to SupportedScopes
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Service\CodeFixService.cs (1)
318
if (collection.FixAllState is not null && collection.
SupportedScopes
.Contains(FixAllScope.Document))
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
118
codeAction, fixCount, fixCollection.FixAllState, fixCollection.
SupportedScopes
, fixCollection.Diagnostics, cancellationToken);