Method GetCodeFixes
GetCodeFixes(ISyntaxError, bool)
When implemented by a class, retrieves all code fixes available for the given syntax error.
IList<ICodeFix> GetCodeFixes(ISyntaxError error, bool allDocuments = false)
Parameters
errorISyntaxErrorSyntax error or warning
allDocumentsboolSpecifies all documents in the solution needs to be processed.