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)
68if (!_checkPasswordCounter.Enabled) 80_checkPasswordCounter.Add(1, tags);