1 write to _count
Aspire.Dashboard (1)
Model\TracesViewModel.cs (1)
27public int? Count { get => _count; set => SetValue(ref _count, value); }
1 reference to _count
Aspire.Dashboard (1)
Model\TracesViewModel.cs (1)
27public int? Count { get => _count; set => SetValue(ref _count, value); }