1 write to _testCaseEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\RunTestsWithSources.cs (1)
56
_testCaseEventsHandler
= testCaseEventsHandler;
3 references to _testCaseEventsHandler
Microsoft.TestPlatform.CrossPlatEngine (3)
Execution\RunTestsWithSources.cs (3)
209
_testCaseEventsHandler
?.SendSessionEnd();
218
if (
_testCaseEventsHandler
== null)
228
_testCaseEventsHandler
.SendSessionStart(properties);