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