Class CodeFixServiceProvider
Represents a collection that contains a list of code fixes.
public class CodeFixServiceProvider : ICodeFixServiceProvider
- Inheritance
-
CodeFixServiceProvider
- Implements
Methods
- GetCodeFixes(Document, TextSpan, Diagnostic, bool, CancellationToken)
Retrieves a list of
CodeFixCollection
for specified text spans inside a given document.
- HasCodeFixes(Document, TextSpan, Diagnostic, bool, CancellationToken)
Indicates whether the document has any code fixes for the specified text span.