1 instantiation of ValueStopwatch
Microsoft.AspNetCore.ConcurrencyLimiter (1)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24
public static ValueStopwatch StartNew() => new
ValueStopwatch
(Stopwatch.GetTimestamp());
4 references to ValueStopwatch
Microsoft.AspNetCore.ConcurrencyLimiter (4)
ConcurrencyLimiterEventSource.cs (3)
58
return new QueueFrame(
ValueStopwatch
.StartNew(), this);
66
private readonly
ValueStopwatch
? _timer;
69
public QueueFrame(
ValueStopwatch
? timer, ConcurrencyLimiterEventSource parent)
src\Shared\ValueStopwatch\ValueStopwatch.cs (1)
24
public static
ValueStopwatch
StartNew() => new ValueStopwatch(Stopwatch.GetTimestamp());