1 write to _dataCollectionAttachmentSets
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\DataCollectionTestRunEventsHandler.cs (1)
99
_dataCollectionAttachmentSets
= dataCollectionResult?.Attachments;
6 references to _dataCollectionAttachmentSets
Microsoft.TestPlatform.CrossPlatEngine (6)
DataCollection\DataCollectionTestRunEventsHandler.cs (6)
104
if (
_dataCollectionAttachmentSets
!= null &&
_dataCollectionAttachmentSets
.Count != 0)
108
_dataCollectionAttachmentSets
);
145
if (
_dataCollectionAttachmentSets
!= null &&
_dataCollectionAttachmentSets
.Count != 0)
147
runContextAttachments = GetCombinedAttachmentSets(
_dataCollectionAttachmentSets
, runContextAttachments);