1 write to _attachmentSets
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
42
_attachmentSets
= new List<AttachmentSet>();
2 references to _attachmentSets
Microsoft.TestPlatform.CrossPlatEngine (2)
Adapter\TestExecutionRecorder.cs (2)
60
return new Collection<AttachmentSet>(
_attachmentSets
);
151
_attachmentSets
.AddRange(attachments);