1 write to _dataCollectionEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\MTP\MtpProxyExecutionManager.cs (1)
57_dataCollectionEventsHandler = new DataCollectionRunEventsHandler();
10 references to _dataCollectionEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (10)
Client\MTP\MtpProxyExecutionManager.cs (10)
162runEventsHandler: _dataCollectionEventsHandler!); 166_dataCollectionManager.AfterTestRunEnd(isCanceled: true, runEventsHandler: _dataCollectionEventsHandler!); 211if (_dataCollectionEventsHandler is null) 216if (_dataCollectionEventsHandler.Messages.Count > 0) 218foreach (Tuple<ObjectModel.Logging.TestMessageLevel, string?> message in _dataCollectionEventsHandler.Messages) 223_dataCollectionEventsHandler.Messages.Clear(); 226if (_dataCollectionEventsHandler.RawMessages.Count > 0) 228foreach (string rawMessage in _dataCollectionEventsHandler.RawMessages) 233_dataCollectionEventsHandler.RawMessages.Clear(); 254_dataCollectionEventsHandler!);