2 references to GetElapsedTime
Microsoft.Extensions.Identity.Core (2)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
48
return
GetElapsedTime
(_startTimestamp, end);
UserManagerMetrics.cs (1)
187
return ValueStopwatch.
GetElapsedTime
(startTimestamp, Stopwatch.GetTimestamp());