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
error
ISyntaxErrorSpecifies syntax error..
allDocuments
boolSpecifies if all documents in the solution need to be processed.
cancellationToken
CancellationTokenCancellation token