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)
131
if (!
_forgetTwoFactorCounter
.Enabled)
143
_forgetTwoFactorCounter
.Add(1, tags);