Method GetCodeFixesAsync
GetCodeFixesAsync(ISyntaxError, bool, CancellationToken)
When implemented by a class, gets code fixes for a given syntax error in async mode.
Task<IList<ICodeFix>> GetCodeFixesAsync(ISyntaxError error, bool allDocuments = false, CancellationToken cancellationToken = default)
Parameters
error
ISyntaxErrorSpecifies syntax error.
allDocuments
boolSpecifies if all documents in the solution need to be processed.
cancellationToken
CancellationTokenCancellation token