1 instantiation of ValueStopwatch
Microsoft.AspNetCore.Identity (1)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24public static ValueStopwatch StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());
2 references to ValueStopwatch
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (1)
100var duration = ValueStopwatch.GetElapsedTime(startTimestamp, Stopwatch.GetTimestamp());
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24public static ValueStopwatch StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());