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)
124
if (!
_signOutsCounter
.Enabled)
136
_signOutsCounter
.Add(1, tags);