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