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