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)
24public bool IsNavigationEnabled => _navigationCount.Enabled; 71_navigationCount.Add(1, tags);