1 write to _dataAggregator
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelProxyDiscoveryManager.cs (1)
64_dataAggregator = dataAggregator;
7 references to _dataAggregator
Microsoft.TestPlatform.CrossPlatEngine (7)
Client\Parallel\ParallelProxyDiscoveryManager.cs (7)
100_dataAggregator.MarkSourcesWithStatus(discoveryCriteria.Sources, DiscoveryStatus.NotDiscovered); 107_dataAggregator.MarkSourcesWithStatus(nonRunnableWorkloads.SelectMany(w => w.Work.Sources), DiscoveryStatus.SkippedDiscovery); 121_dataAggregator); 153var notDiscoveredCount = _dataAggregator.GetSourcesWithStatus(DiscoveryStatus.NotDiscovered).Count; 154var partiallyDiscoveredCount = _dataAggregator.GetSourcesWithStatus(DiscoveryStatus.PartiallyDiscovered).Count; 155var fullyDiscoveredCount = _dataAggregator.GetSourcesWithStatus(DiscoveryStatus.FullyDiscovered).Count; 156var skippedCount = _dataAggregator.GetSourcesWithStatus(DiscoveryStatus.SkippedDiscovery).Count;