1 implementation of SessionStart
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
20
public event EventHandler<SessionStartEventArgs>?
SessionStart
;
1 reference to SessionStart
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\InProcDataCollectionExtensionManager.cs (1)
81
testEventsPublisher.
SessionStart
+= TriggerTestSessionStart;