5 references to _testLinks
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
ObjectModel\TestElementAggregation.cs (5)
18/// Guards <see cref="_testLinks"/>, which is mutated from multiple threads when test results 38return new Dictionary<Guid, TestLink>(_testLinks); 50if (!_testLinks.ContainsKey(testLink.Id)) 52_testLinks.Add(testLink.Id, testLink); 64testLinks = _testLinks.Values.ToList();