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