1 write to _checkPasswordCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
50
_checkPasswordCounter
= _meter.CreateCounter<long>(
2 references to _checkPasswordCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
68
if (!
_checkPasswordCounter
.Enabled)
80
_checkPasswordCounter
.Add(1, tags);