1 write to _forgetTwoFactorCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
45_forgetTwoFactorCounter = _meter.CreateCounter<long>(
2 references to _forgetTwoFactorCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
158if (!_forgetTwoFactorCounter.Enabled) 170_forgetTwoFactorCounter.Add(1, tags);