WellKnownFixAllProviders Class

Definition

Contains well known implementations of FixAllProvider.

public ref class WellKnownFixAllProviders abstract sealed
public static class WellKnownFixAllProviders
type WellKnownFixAllProviders = class
Public Class WellKnownFixAllProviders
Inheritance
WellKnownFixAllProviders

Properties

BatchFixer

Default batch fix all provider. This provider batches all the individual diagnostic fixes across the scope of fix all action, computes fixes in parallel and then merges all the non-conflicting fixes into a single fix all code action. This fixer supports fixes for the following fix all scopes: Document, Project, SolutionContainingMember and ContainingType.

Applies to