Method ParseSemanticAsync
ParseSemanticAsync(Document, CancellationToken)
Performs asynchronous semantic analysis of specified document.
public virtual Task ParseSemanticAsync(Document document, CancellationToken cancellationToken)
Parameters
document
DocumentDocument
to be analyzed.cancellationToken
CancellationTokenRepresents a token handles cancellation operation.