1 write to _signOutsCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
60_signOutsCounter = _meter.CreateCounter<long>(
2 references to _signOutsCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
124if (!_signOutsCounter.Enabled) 136_signOutsCounter.Add(1, tags);