1 write to ProgressReporter
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\SolutionCrawlerRegistrationService.cs (1)
317ProgressReporter = 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); 236using 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);