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)
162
runEventsHandler:
_dataCollectionEventsHandler
!);
166
_dataCollectionManager.AfterTestRunEnd(isCanceled: true, runEventsHandler:
_dataCollectionEventsHandler
!);
211
if (
_dataCollectionEventsHandler
is null)
216
if (
_dataCollectionEventsHandler
.Messages.Count > 0)
218
foreach (Tuple<ObjectModel.Logging.TestMessageLevel, string?> message in
_dataCollectionEventsHandler
.Messages)
223
_dataCollectionEventsHandler
.Messages.Clear();
226
if (
_dataCollectionEventsHandler
.RawMessages.Count > 0)
228
foreach (string rawMessage in
_dataCollectionEventsHandler
.RawMessages)
233
_dataCollectionEventsHandler
.RawMessages.Clear();
254
_dataCollectionEventsHandler
!);