1 write to _testPlatformEventSource
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\BaseRunTests.cs (1)
141_testPlatformEventSource = testPlatformEventSource;
4 references to _testPlatformEventSource
Microsoft.TestPlatform.CrossPlatEngine (4)
Execution\BaseRunTests.cs (4)
333_testPlatformEventSource.ExecutionStart(); 345_testPlatformEventSource.ExecutionStop(TestRunCache.TotalExecutedTests); 455_testPlatformEventSource.AdapterExecutionStart(executorUri); 463_testPlatformEventSource.AdapterExecutionStop(TestRunCache.TotalExecutedTests - currentTotalTests);