1 write to _cancellationToken
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ParallelDataCollectionEventsHandler.cs (1)
34
_cancellationToken
= cancellationToken;
1 reference to _cancellationToken
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\ParallelDataCollectionEventsHandler.cs (1)
65
_runDataAggregator.RunContextAttachments = _attachmentsProcessingManager.ProcessTestRunAttachmentsAsync(_runDataAggregator.RunSettings, _requestData, _runDataAggregator.RunContextAttachments, _runDataAggregator.InvokedDataCollectors,
_cancellationToken
).Result ?? _runDataAggregator.RunContextAttachments;