1 write to _dataCollectorAttachmentsProcessorsFactory
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
41
_dataCollectorAttachmentsProcessorsFactory
= dataCollectorAttachmentsProcessorsFactory ?? throw new ArgumentNullException(nameof(dataCollectorAttachmentsProcessorsFactory));
1 reference to _dataCollectorAttachmentsProcessorsFactory
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
118
var dataCollectorAttachmentsProcessors =
_dataCollectorAttachmentsProcessorsFactory
.Create(invokedDataCollector?.ToArray(), logger);