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