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)
104if (_dataCollectionAttachmentSets != null && _dataCollectionAttachmentSets.Count != 0) 108_dataCollectionAttachmentSets); 145if (_dataCollectionAttachmentSets != null && _dataCollectionAttachmentSets.Count != 0) 147runContextAttachments = GetCombinedAttachmentSets(_dataCollectionAttachmentSets, runContextAttachments);