1 write to _logsStartIndex
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
57public int StartIndex { get => _logsStartIndex; set => SetValue(ref _logsStartIndex, value); }
1 reference to _logsStartIndex
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
57public int StartIndex { get => _logsStartIndex; set => SetValue(ref _logsStartIndex, value); }