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)
52
if (!Equals(_instrument?.Name, InstrumentViewModel.Instrument?.Name) ||
_showCount
!= InstrumentViewModel.ShowCount)
125
if (IsHistogramInstrument() && !
_showCount
)
255
return IsHistogramInstrument() && !
_showCount
;