2 references to GetElapsedTime
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (1)
100
var duration = ValueStopwatch.
GetElapsedTime
(startTimestamp, Stopwatch.GetTimestamp());
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
48
return
GetElapsedTime
(_startTimestamp, end);