4 references to _collectorDataEntries
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestResult.cs (4)
469/// Adds collector data entries to the <see cref="_collectorDataEntries"/> collection 480TPDebug.Assert(!_collectorDataEntries.Contains(collectorDataEntry), "The collector data entry already exists in the collection"); 482_collectorDataEntries.Add(collectorDataEntry.CloneWithRelativePath(testResultsDirectory)); 525helper.SaveIEnumerable(_collectorDataEntries, element, "CollectorDataEntries", ".", "Collector", parameters);