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);