Method RunAnalyseAllStaticAsync

RunAnalyseAllStaticAsync(bool, CancellationToken)

Performs complete static analysis

Declaration
Task RunAnalyseAllStaticAsync(bool skipChaseDown, CancellationToken cancellationToken = default)
Parameters
Type Name Description
bool skipChaseDown

A value indicating whether chase-downs should be skipped

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next