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