1 write to _authorizedRequestCount
Microsoft.AspNetCore.Authorization (1)
AuthorizationMetrics.cs (1)
27_authorizedRequestCount = _meter.CreateCounter<long>(
2 references to _authorizedRequestCount
Microsoft.AspNetCore.Authorization (2)
AuthorizationMetrics.cs (2)
35if (_authorizedRequestCount.Enabled) 64_authorizedRequestCount.Add(1, tags);