1 instantiation of ValueStopwatch
Microsoft.Extensions.Identity.Core (1)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24public static ValueStopwatch StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());
2 references to ValueStopwatch
Microsoft.Extensions.Identity.Core (2)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24public static ValueStopwatch StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());
UserManagerMetrics.cs (1)
187return ValueStopwatch.GetElapsedTime(startTimestamp, Stopwatch.GetTimestamp());