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