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
38
return new Dictionary<Guid, TestLink>(
_testLinks
);
50
if (!
_testLinks
.ContainsKey(testLink.Id))
52
_testLinks
.Add(testLink.Id, testLink);
64
testLinks =
_testLinks
.Values.ToList();