1 write to _updateCounter
Microsoft.Extensions.Identity.Core (1)
UserManagerMetrics.cs (1)
36_updateCounter = _meter.CreateCounter<long>(UpdateCounterName, "count", "The number of user updates.");
2 references to _updateCounter
Microsoft.Extensions.Identity.Core (2)
UserManagerMetrics.cs (2)
62if (!_updateCounter.Enabled) 75_updateCounter.Add(1, tags);