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