3 instantiations of DataCollectionRunEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (3)
Client\MTP\MtpProxyExecutionManager.cs (1)
57_dataCollectionEventsHandler = new DataCollectionRunEventsHandler();
Client\ProxyExecutionManagerWithDataCollection.cs (1)
56DataCollectionRunEventsHandler = new DataCollectionRunEventsHandler();
Client\ProxyOperationManagerWithDataCollection.cs (1)
47DataCollectionRunEventsHandler = new DataCollectionRunEventsHandler();
4 references to DataCollectionRunEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (4)
Client\MTP\MtpProxyExecutionManager.cs (1)
39private readonly DataCollectionRunEventsHandler? _dataCollectionEventsHandler;
Client\ProxyExecutionManagerWithDataCollection.cs (2)
71internal DataCollectionRunEventsHandler DataCollectionRunEventsHandler 210/// Initializes a new instance of the <see cref="DataCollectionRunEventsHandler"/> class.
Client\ProxyOperationManagerWithDataCollection.cs (1)
141internal DataCollectionRunEventsHandler DataCollectionRunEventsHandler