1 implementation of SendSessionStart
Microsoft.TestPlatform.CrossPlatEngine (1)
EventHandlers\TestCaseEventsHandler.cs (1)
56public void SendSessionStart(IDictionary<string, object?> properties)
2 references to SendSessionStart
Microsoft.TestPlatform.CrossPlatEngine (2)
Execution\RunTestsWithSources.cs (1)
228_testCaseEventsHandler.SendSessionStart(properties);
Execution\RunTestsWithTests.cs (1)
111_testCaseEventsHandler.SendSessionStart(properties);