1 write to _testPlatformEventSource
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
142_testPlatformEventSource = testPlatformEventSource;
4 references to _testPlatformEventSource
Microsoft.TestPlatform.CrossPlatEngine (4)
Execution\BaseRunTests.cs (4)
343_testPlatformEventSource.ExecutionStart(); 355_testPlatformEventSource.ExecutionStop(TestRunCache.TotalExecutedTests); 477_testPlatformEventSource.AdapterExecutionStart(executorUri); 485_testPlatformEventSource.AdapterExecutionStop(TestRunCache.TotalExecutedTests - currentTotalTests);