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)
35
if (
_authorizedCount
.Enabled)
64
_authorizedCount
.Add(1, tags);