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