2 instantiations of ProxyOutOfProcDataCollectionManager
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\MTP\MtpDataCollectionForwarder.cs (1)
57_outOfProcManager = new ProxyOutOfProcDataCollectionManager(_sender, _publisher);
Execution\ExecutionManager.cs (1)
225_ = new ProxyOutOfProcDataCollectionManager(DataCollectionTestCaseEventSender.Instance, testEventsPublisher);
3 references to ProxyOutOfProcDataCollectionManager
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\MTP\MtpDataCollectionForwarder.cs (2)
32/// <see cref="ProxyOutOfProcDataCollectionManager"/> and <see cref="TestCaseEventsHandler"/> publisher 48private readonly ProxyOutOfProcDataCollectionManager _outOfProcManager;
DataCollection\ProxyOutOfProcDataCollectionManager.cs (1)
30/// Initializes a new instance of the <see cref="ProxyOutOfProcDataCollectionManager"/> class.