Method GetCodeFixes
GetCodeFixes(ISyntaxError, bool)
When implemented by a class, gets code fixes for a given syntax error.
IList<ICodeFix> GetCodeFixes(ISyntaxError error, bool allDocuments = false)
Parameters
error
ISyntaxErrorSpecifies syntax error.
allDocuments
boolSpecifies if all documents in the solution need to be processed.