Class CodeFix
Represents properties and methods used to describe a particular code fix.
public class CodeFix
- Inheritance
-
CodeFix
Constructors
- CodeFix(Project, CodeAction, IEnumerable<Diagnostic>)
Initializes a new instance of the CodeFix class with specified parameters.
Properties
- Action
Gets an action used to fix code problem.
- Diagnostics
Gets a subset of diagnostics to be fixed.
- PrimaryDiagnostic
Gets a main diagnostic to be fixed.
- Project
Gets a project
CodeFix
belongs to.