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