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)
60return new Collection<AttachmentSet>(_attachmentSets); 151_attachmentSets.AddRange(attachments);