1 write to _forgetTwoFactorCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
34_forgetTwoFactorCounter = _meter.CreateCounter<long>(ForgetTwoFactorCounterName, "count", "The number of two factor clients forgotten.");
2 references to _forgetTwoFactorCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
131if (!_forgetTwoFactorCounter.Enabled) 143_forgetTwoFactorCounter.Add(1, tags);