1 write to Attachments
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\DataCollectionResult.cs (1)
17Attachments = attachments;
3 references to Attachments
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\MTP\MtpProxyExecutionManager.cs (2)
256if (result.Attachments is { Count: > 0 }) 260attachments.AddRange(result.Attachments);
DataCollection\DataCollectionTestRunEventsHandler.cs (1)
99_dataCollectionAttachmentSets = dataCollectionResult?.Attachments;