Method ParseSyntaxAsync
ParseSyntaxAsync(Document, int, int, CancellationToken)
Performs asynchronous syntax analysis of specified document.
public virtual Task ParseSyntaxAsync(Document document, int first, int last, CancellationToken cancellationToken)
Parameters
documentDocumentDocumentto be analyzed.firstintSpecifies first changed line in the source text.
lastintSpecifies last changed line in the source text.
cancellationTokenCancellationTokenRepresents a token handles cancellation operation.