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