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