2 writes to _testExecutionStartTime
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
116
_testExecutionStartTime
= testStartTime;
187
_testExecutionStartTime
= null;
2 references to _testExecutionStartTime
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
302
TimeSpan runDuration =
_testExecutionStartTime
!= null && _testExecutionEndTime != null ? (_testExecutionEndTime -
_testExecutionStartTime
).Value : TimeSpan.Zero;