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
error
ISyntaxErrorSyntaxe error or warning
allDocuments
boolSpecifies if search needs to process all documents in the solution