1 write to _testSessionEventsHandler
Microsoft.VisualStudio.TestPlatform.Client (1)
TestSession\InProcessTestSessionEventsHandler.cs (1)
21
_testSessionEventsHandler
= testSessionEventsHandler;
3 references to _testSessionEventsHandler
Microsoft.VisualStudio.TestPlatform.Client (3)
TestSession\InProcessTestSessionEventsHandler.cs (3)
26
_testSessionEventsHandler
.HandleLogMessage(level, message);
46
_testSessionEventsHandler
.HandleStartTestSessionComplete(eventArgs);
52
_testSessionEventsHandler
.HandleStopTestSessionComplete(eventArgs);