1 reference to ProcessAttachmentsAsync
Microsoft.TestPlatform.CrossPlatEngine (1)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
70
Task<Collection<AttachmentSet>> task = Task.Run(async () => await
ProcessAttachmentsAsync
(runSettingsXml, localAttachments, invokedDataCollector, eventHandler, cancellationToken));