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();
265
UnitTestingSolutionCrawlerProgressReporter
progressReporter)
272
public readonly
UnitTestingSolutionCrawlerProgressReporter
ProgressReporter = progressReporter;
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncDocumentWorkItemQueue.cs (1)
16
private sealed class UnitTestingAsyncDocumentWorkItemQueue(
UnitTestingSolutionCrawlerProgressReporter
progressReporter) : UnitTestingAsyncWorkItemQueue<DocumentId>(progressReporter)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncProjectWorkItemQueue.cs (1)
17
private sealed class UnitTestingAsyncProjectWorkItemQueue(
UnitTestingSolutionCrawlerProgressReporter
progressReporter) : UnitTestingAsyncWorkItemQueue<ProjectId>(progressReporter)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.UnitTestingAsyncWorkItemQueue.cs (2)
19
private abstract class UnitTestingAsyncWorkItemQueue<TKey>(
UnitTestingSolutionCrawlerProgressReporter
progressReporter) : IDisposable
26
private readonly
UnitTestingSolutionCrawlerProgressReporter
_progressReporter = progressReporter;