1 write to _executorUris
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelRunDataAggregator.cs (1)
41_executorUris = new List<string>();
2 references to _executorUris
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelRunDataAggregator.cs (2)
60public HashSet<string> ExecutorUris => new(_executorUris); 165if (executorUris != null) _executorUris.AddRange(executorUris);