Share via


DocumentBasedFixAllProvider.GetSupportedFixAllScopes Method

Definition

public override sealed System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.CodeFixes.FixAllScope> GetSupportedFixAllScopes ();
override this.GetSupportedFixAllScopes : unit -> seq<Microsoft.CodeAnalysis.CodeFixes.FixAllScope>
Public Overrides NotOverridable Function GetSupportedFixAllScopes () As IEnumerable(Of FixAllScope)

Returns

Applies to