1 write to _startTimestamp
Microsoft.Extensions.Diagnostics.HealthChecks (1)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
21_startTimestamp = startTimestamp;
2 references to _startTimestamp
Microsoft.Extensions.Diagnostics.HealthChecks (2)
src\Shared\ValueStopwatch\ValueStopwatch.cs (2)
17public bool IsActive => _startTimestamp != 0; 42return Stopwatch.GetElapsedTime(_startTimestamp, end);