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