2 instantiations of QueueFrame
Microsoft.AspNetCore.ConcurrencyLimiter (2)
ConcurrencyLimiterEventSource.cs (2)
12
private static readonly QueueFrame CachedNonTimerResult = new
QueueFrame
(timer: null, parent: Log);
58
return new
QueueFrame
(ValueStopwatch.StartNew(), this);
2 references to QueueFrame
Microsoft.AspNetCore.ConcurrencyLimiter (2)
ConcurrencyLimiterEventSource.cs (2)
12
private static readonly
QueueFrame
CachedNonTimerResult = new QueueFrame(timer: null, parent: Log);
52
public
QueueFrame
QueueTimer()