2 writes to _testExecutionStartTime
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
126
_testExecutionStartTime
= testStartTime;
223
_testExecutionStartTime
= null;
2 references to _testExecutionStartTime
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
387
TimeSpan runDuration =
_testExecutionStartTime
!= null && _testExecutionEndTime != null ? (_testExecutionEndTime -
_testExecutionStartTime
).Value : TimeSpan.Zero;