1 write to _timer
Microsoft.AspNetCore.ConcurrencyLimiter (1)
ConcurrencyLimiterEventSource.cs (1)
71
_timer
= timer;
2 references to _timer
Microsoft.AspNetCore.ConcurrencyLimiter (2)
ConcurrencyLimiterEventSource.cs (2)
79
if (_parent.IsEnabled() &&
_timer
!= null)
81
var duration =
_timer
.Value.GetElapsedTime().TotalMilliseconds;