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