2 writes to _testExecutionEndTime
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
152_testExecutionEndTime = endTime; 171_testExecutionEndTime = null;
2 references to _testExecutionEndTime
dotnet (2)
Commands\Test\MTP\Terminal\TerminalTestReporter.cs (2)
276TimeSpan runDuration = _testExecutionStartTime != null && _testExecutionEndTime != null ? (_testExecutionEndTime - _testExecutionStartTime).Value : TimeSpan.Zero;