1 write to _signOutUserPrincipalCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
37
_signOutUserPrincipalCounter
= _meter.CreateCounter<long>(SignOutUserPrincipalCounterName, "count", "The number of calls to sign out user principals.");
2 references to _signOutUserPrincipalCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
97
if (!
_signOutUserPrincipalCounter
.Enabled)
109
_signOutUserPrincipalCounter
.Add(1, tags);