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