1 write to ProgressReporter
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\SolutionCrawlerRegistrationService.cs (1)
317
ProgressReporter
= progressReporter;
5 references to ProgressReporter
Microsoft.CodeAnalysis.Features (5)
SolutionCrawler\WorkCoordinator.HighPriorityProcessor.cs (1)
46
_workItemQueue = new AsyncDocumentWorkItemQueue(processor._registration.
ProgressReporter
, processor._registration.Workspace);
SolutionCrawler\WorkCoordinator.IncrementalAnalyzerProcessor.cs (2)
158
_registration.
ProgressReporter
.UpdatePendingItemCount(pendingItemCount);
236
using var evaluating = _registration.
ProgressReporter
.GetEvaluatingScope();
SolutionCrawler\WorkCoordinator.LowPriorityProcessor.cs (1)
37
_workItemQueue = new AsyncProjectWorkItemQueue(processor._registration.
ProgressReporter
, processor._registration.Workspace);
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
55
_workItemQueue = new AsyncDocumentWorkItemQueue(processor._registration.
ProgressReporter
, processor._registration.Workspace);