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)
60
public HashSet<string> ExecutorUris => new(
_executorUris
);
165
if (executorUris != null)
_executorUris
.AddRange(executorUris);