Method HasCodeFixesAsync
HasCodeFixesAsync(ISyntaxError, bool, CancellationToken)
When implemented by a class, determines if any code fixes are available for the given syntax error in async mode.
Task<bool> HasCodeFixesAsync(ISyntaxError error, bool allDocuments, CancellationToken cancellationToken)Parameters
- errorISyntaxError
- Syntax error or warning 
- allDocumentsbool
- Specifies if search needs to process all documents in the solution 
- cancellationTokenCancellationToken
- Cancellation token