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