1 write to _startTimestamp
Microsoft.Extensions.Http.Polly (1)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
21_startTimestamp = startTimestamp;
2 references to _startTimestamp
Microsoft.Extensions.Http.Polly (2)
src\Shared\ValueStopwatch\ValueStopwatch.cs (2)
17public bool IsActive => _startTimestamp != 0; 38var timestampDelta = end - _startTimestamp;