1 write to _showCount
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
65_showCount = InstrumentViewModel.ShowCount;
3 references to _showCount
Aspire.Dashboard (3)
Components\Controls\Chart\MetricTable.razor.cs (3)
57if (!Equals(_instrument?.Name, InstrumentViewModel.Instrument?.Name) || _showCount != InstrumentViewModel.ShowCount) 129if (IsHistogramInstrument() && !_showCount) 266return IsHistogramInstrument() && !_showCount;