5 references to _attachments
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
ObjectModel\CollectorDataEntry.cs (5)
100
return
_attachments
.AsReadOnly();
141
_attachments
.Add(attachment);
157
foreach (IDataAttachment attachment in
_attachments
)
163
collector.
_attachments
.Add(uriDataAttachment.CloneWithRelativePath(resultsDirectory));
167
collector.
_attachments
.Add(attachment);