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