Share via


FixAllProvider.GetSupportedFixAllScopes Method

Definition

Gets the supported scopes for fixing all occurrences of a diagnostic. By default, it returns the following scopes: (a) Document (b) Project and (c) Solution

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::CodeFixes::FixAllScope> ^ GetSupportedFixAllScopes();
public virtual System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CodeFixes.FixAllScope> GetSupportedFixAllScopes ();
abstract member GetSupportedFixAllScopes : unit -> seq<Microsoft.CodeAnalysis.CodeFixes.FixAllScope>
override this.GetSupportedFixAllScopes : unit -> seq<Microsoft.CodeAnalysis.CodeFixes.FixAllScope>
Public Overridable Function GetSupportedFixAllScopes () As IEnumerable(Of FixAllScope)

Returns

Applies to