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
480
TPDebug.Assert(!
_collectorDataEntries
.Contains(collectorDataEntry), "The collector data entry already exists in the collection");
482
_collectorDataEntries
.Add(collectorDataEntry.CloneWithRelativePath(testResultsDirectory));
525
helper.SaveIEnumerable(
_collectorDataEntries
, element, "CollectorDataEntries", ".", "Collector", parameters);