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)
62
if (!
_updateCounter
.Enabled)
75
_updateCounter
.Add(1, tags);