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