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)
17
public bool IsActive =>
_startTimestamp
!= 0;
38
var timestampDelta = end -
_startTimestamp
;