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