Constructor CodeFixCollection
CodeFixCollection(object, TextSpan, IEnumerable<CodeFix>)
Initializes a new instance of the CodeFixCollection class with specified parameters.
public CodeFixCollection(object provider, TextSpan texSpan, IEnumerable<CodeFix> fixes)
Parameters
providerobjectObject that provides fixes for source code diagnostics.
texSpanTextSpanText span within the document to fix.
fixesIEnumerable<CodeFix>List of fixes applicable for this instance.