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)
140
runEventsHandler:
_dataCollectionEventsHandler
!);
144
_dataCollectionManager.AfterTestRunEnd(isCanceled: true, runEventsHandler:
_dataCollectionEventsHandler
!);
158
foreach (Tuple<ObjectModel.Logging.TestMessageLevel, string?> message in
_dataCollectionEventsHandler
!.Messages)
163
_dataCollectionEventsHandler
.Messages.Clear();
179
_dataCollectionEventsHandler
!);