1 write to _signInCount
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationMetrics.cs (1)
42_signInCount = _meter.CreateCounter<long>(
2 references to _signInCount
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationMetrics.cs (2)
145if (_signInCount.Enabled) 166_signInCount.Add(1, tags);