1 write to _dataCollectionEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpProxyExecutionManager.cs (1)
49_dataCollectionEventsHandler = new DataCollectionRunEventsHandler();
5 references to _dataCollectionEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (5)
Client\MTP\MtpProxyExecutionManager.cs (5)
140runEventsHandler: _dataCollectionEventsHandler!); 144_dataCollectionManager.AfterTestRunEnd(isCanceled: true, runEventsHandler: _dataCollectionEventsHandler!); 158foreach (Tuple<ObjectModel.Logging.TestMessageLevel, string?> message in _dataCollectionEventsHandler!.Messages) 163_dataCollectionEventsHandler.Messages.Clear(); 179_dataCollectionEventsHandler!);