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