1 implementation of GetAttachments
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
136public List<AttachmentSet> GetAttachments(DataCollectionContext dataCollectionContext)
2 references to GetAttachments
Microsoft.VisualStudio.TestPlatform.Common (2)
DataCollection\DataCollectionManager.cs (2)
248result = _attachmentManager.GetAttachments(endEvent.Context); 345result = _attachmentManager.GetAttachments(testCaseEndEventArgs.Context);