3 references to DefaultSupportedFixAllScopes
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
33
: this(
DefaultSupportedFixAllScopes
)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (2)
32
=>
DefaultSupportedFixAllScopes
;
59
=> Create(fixAllAsync,
DefaultSupportedFixAllScopes
);