1 write to _challengeCount
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationMetrics.cs (1)
32_challengeCount = _meter.CreateCounter<long>(
2 references to _challengeCount
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationMetrics.cs (2)
93if (_challengeCount.Enabled) 114_challengeCount.Add(1, tags);