4 references to ProgressReporter
Microsoft.CodeAnalysis.Features (4)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingIncrementalAnalyzerProcessor.cs (2)
116
_registration.
ProgressReporter
.UpdatePendingItemCount(pendingItemCount);
154
using var evaluating = _registration.
ProgressReporter
.GetEvaluatingScope();
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingLowPriorityProcessor.cs (1)
36
_workItemQueue = new UnitTestingAsyncProjectWorkItemQueue(processor._registration.
ProgressReporter
);
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingNormalPriorityProcessor.cs (1)
53
_workItemQueue = new UnitTestingAsyncDocumentWorkItemQueue(processor._registration.
ProgressReporter
);