3 references to TryReportAsync
Microsoft.CodeAnalysis.Features (3)
ValueTracking\ValueTracker.cs (2)
50
await progressCollector.
TryReportAsync
(solution, location, symbol, cancellationToken).ConfigureAwait(false);
69
await progressCollector.
TryReportAsync
(document.Project.Solution, node.GetLocation(), symbol, cancellationToken).ConfigureAwait(false);
ValueTracking\ValueTracker.OperationCollector.cs (1)
179
_ = await ProgressCollector.
TryReportAsync
(