1 instantiation of UnitTestingSolutionCrawlerProgressReporter
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (1)
27private readonly UnitTestingSolutionCrawlerProgressReporter _progressReporter = new();
9 references to UnitTestingSolutionCrawlerProgressReporter
Microsoft.CodeAnalysis.Features (9)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerProgressReporter.cs (2)
81private readonly UnitTestingSolutionCrawlerProgressReporter _owner; 83public UnitTestingProgressStatusRAII(UnitTestingSolutionCrawlerProgressReporter owner)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingSolutionCrawlerRegistrationService.cs (3)
27private readonly UnitTestingSolutionCrawlerProgressReporter _progressReporter = new(); 329public readonly UnitTestingSolutionCrawlerProgressReporter ProgressReporter; 336UnitTestingSolutionCrawlerProgressReporter progressReporter)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncDocumentWorkItemQueue.cs (1)
21public UnitTestingAsyncDocumentWorkItemQueue(UnitTestingSolutionCrawlerProgressReporter progressReporter)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncProjectWorkItemQueue.cs (1)
22public UnitTestingAsyncProjectWorkItemQueue(UnitTestingSolutionCrawlerProgressReporter progressReporter)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncWorkItemQueue.cs (2)
27private readonly UnitTestingSolutionCrawlerProgressReporter _progressReporter; 32public UnitTestingAsyncWorkItemQueue(UnitTestingSolutionCrawlerProgressReporter progressReporter)