Method GetCodeFixesAsync
GetCodeFixesAsync(ISyntaxError, bool, CancellationToken)
Gets code fixes for a given syntax error in async mode.
public virtual Task<IList<ICodeFix>> GetCodeFixesAsync(ISyntaxError error, bool allDocuments, CancellationToken cancellationToken = default)
Parameters
errorISyntaxErrorSpecifies syntax error..
allDocumentsboolSpecifies if all documents in the solution need to be processed.
cancellationTokenCancellationTokenCancellation token