1 implementation of IDataCollectionTestCaseEventSender
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionTestCaseEventSender.cs (1)
14public class DataCollectionTestCaseEventSender : IDataCollectionTestCaseEventSender
8 references to IDataCollectionTestCaseEventSender
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\ProxyOutOfProcDataCollectionManager.cs (2)
20private readonly IDataCollectionTestCaseEventSender _dataCollectionTestCaseEventSender; 38public ProxyOutOfProcDataCollectionManager(IDataCollectionTestCaseEventSender dataCollectionTestCaseEventSender, ITestEventsPublisher testEventsPublisher)
testhost (2)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (2)
71private readonly IDataCollectionTestCaseEventSender _dataCollectionTestCaseEventSender; 80IDataCollectionTestCaseEventSender dataCollectionTestCaseEventSender, IProcessHelper processHelper)
testhost.arm64 (2)
src\vstest\src\testhost.x86\DefaultEngineInvoker.cs (2)
71private readonly IDataCollectionTestCaseEventSender _dataCollectionTestCaseEventSender; 80IDataCollectionTestCaseEventSender dataCollectionTestCaseEventSender, IProcessHelper processHelper)
testhost.x86 (2)
DefaultEngineInvoker.cs (2)
71private readonly IDataCollectionTestCaseEventSender _dataCollectionTestCaseEventSender; 80IDataCollectionTestCaseEventSender dataCollectionTestCaseEventSender, IProcessHelper processHelper)