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)
97if (!_signOutUserPrincipalCounter.Enabled) 109_signOutUserPrincipalCounter.Add(1, tags);