5 references to _attachments
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
ObjectModel\CollectorDataEntry.cs (5)
87
return
_attachments
.AsReadOnly();
128
_attachments
.Add(attachment);
144
foreach (IDataAttachment attachment in
_attachments
)
150
collector.
_attachments
.Add(uriDataAttachment.CloneWithRelativePath(resultsDirectory));
154
collector.
_attachments
.Add(attachment);