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
error
ISyntaxErrorSyntax error or warning
allDocuments
boolSpecifies all documents in the solution needs to be processed.