1 write to _forbidCount
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationMetrics.cs (1)
37
_forbidCount
= _meter.CreateCounter<long>(
2 references to _forbidCount
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationMetrics.cs (2)
119
if (
_forbidCount
.Enabled)
140
_forbidCount
.Add(1, tags);