Method GetCodeFixes
GetCodeFixes(ISyntaxError, bool)
Gets code fixes for a given syntax error.
public virtual IList<ICodeFix> GetCodeFixes(ISyntaxError error, bool allDocuments)
Parameters
error
ISyntaxErrorSpecifies syntax error..
allDocuments
boolSpecifies if all documents in the solution need to be processed.