Method HasCodeRefactorsAsync
HasCodeRefactorsAsync(Point, Point, bool, CancellationToken)
When implemented by a class, determines if any code refactors are available at the given range in async mode.
Task<bool> HasCodeRefactorsAsync(Point startPos, Point endPos, bool allDocuments, CancellationToken cancellationToken)Parameters
- startPosPoint
- Star position within the text. 
- endPosPoint
- End position within the text. 
- allDocumentsbool
- Specifies all documents in the solution needs to be processed. 
- cancellationTokenCancellationToken
- Cancellation token