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
provider
objectObject that provides fixes for source code diagnostics.
texSpan
TextSpanText span within the document to fix.
fixes
IEnumerable<CodeFix>List of fixes applicable for this instance.