Method GetCodeFixes
GetCodeFixes(ISyntaxError, bool)
Retrieves all code fixes available for the given syntax error.
public virtual IList<ICodeFix> GetCodeFixes(ISyntaxError error, bool allDocuments = false)
Parameters
errorISyntaxErrorSyntaxe error or warning
allDocumentsboolSpecifies if search needs to process all documents in the solution