Implemented interface member:
method
GetSupportedFixAllScopes
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllProvider.GetSupportedFixAllScopes()
4 overrides of GetSupportedFixAllScopes
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\CodeCleanupTests.TestFixers.cs (1)
136public override IEnumerable<FixAllScope> GetSupportedFixAllScopes()
Microsoft.CodeAnalysis.Features (1)
CodeFixes\Suppression\AbstractSuppressionCodeFixProvider.FixAllProvider.cs (1)
23public override IEnumerable<FixAllScope> GetSupportedFixAllScopes()
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
30public override IEnumerable<FixAllScope> GetSupportedFixAllScopes()
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (1)
60public sealed override IEnumerable<FixAllScope> GetSupportedFixAllScopes()
2 references to GetSupportedFixAllScopes
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (2)
65var scopes = fixAllProvider.GetSupportedFixAllScopes().ToImmutableArrayOrEmpty(); 105var scopes = fixAllProvider.GetSupportedFixAllScopes().ToImmutableArrayOrEmpty();