1 write to _navigationCount
Microsoft.AspNetCore.Components (1)
ComponentsMetrics.cs (1)
39
_navigationCount
= _meter.CreateCounter<long>(
2 references to _navigationCount
Microsoft.AspNetCore.Components (2)
ComponentsMetrics.cs (2)
24
public bool IsNavigationEnabled =>
_navigationCount
.Enabled;
71
_navigationCount
.Add(1, tags);