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