4 instantiations of TestRunAttachmentsProcessingManager
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\Parallel\ParallelProxyExecutionManager.cs (1)
377
var attachmentsProcessingManager = new
TestRunAttachmentsProcessingManager
(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory());
PostProcessing\ArtifactProcessingManager.cs (1)
45
new
TestRunAttachmentsProcessingManager
(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory()),
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
109
new
TestRunAttachmentsProcessingManager
(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory()),
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
109
new
TestRunAttachmentsProcessingManager
(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory()),
2 references to TestRunAttachmentsProcessingManager
Microsoft.TestPlatform.CrossPlatEngine (2)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (1)
36
/// Initializes a new instance of the <see cref="
TestRunAttachmentsProcessingManager
"/> class.
Client\Parallel\ParallelProxyExecutionManager.cs (1)
377
var
attachmentsProcessingManager = new TestRunAttachmentsProcessingManager(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory());