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)
119if (_forbidCount.Enabled) 140_forbidCount.Add(1, tags);