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