Implemented interface member:
method
GetSupportedFixAllScopes
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllProvider.GetSupportedFixAllScopes()
3 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)
25public override IEnumerable<FixAllScope> GetSupportedFixAllScopes()
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\BatchFixAllProvider.cs (1)
30public override IEnumerable<FixAllScope> GetSupportedFixAllScopes()
2 references to GetSupportedFixAllScopes
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\FixAllProviderInfo.cs (2)
64var scopes = fixAllProvider.GetSupportedFixAllScopes().ToImmutableArrayOrEmpty(); 104var scopes = fixAllProvider.GetSupportedFixAllScopes().ToImmutableArrayOrEmpty();