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)
93
if (
_challengeCount
.Enabled)
114
_challengeCount
.Add(1, tags);