2 writes to _currentIndex
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
386_currentIndex = ownerIndex; 408_currentIndex = nextIndex;
2 references to _currentIndex
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
395var nextIndex = _currentIndex + 1; 410ref var frame = ref _frames[_currentIndex];