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