2 references to 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);