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
);
153
var notDiscoveredCount =
_dataAggregator
.GetSourcesWithStatus(DiscoveryStatus.NotDiscovered).Count;
154
var partiallyDiscoveredCount =
_dataAggregator
.GetSourcesWithStatus(DiscoveryStatus.PartiallyDiscovered).Count;
155
var fullyDiscoveredCount =
_dataAggregator
.GetSourcesWithStatus(DiscoveryStatus.FullyDiscovered).Count;
156
var skippedCount =
_dataAggregator
.GetSourcesWithStatus(DiscoveryStatus.SkippedDiscovery).Count;