2 writes to _currentIndex
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
426_currentIndex = -1; 437_currentIndex = nextIndex;
2 references to _currentIndex
Microsoft.AspNetCore.Components (2)
ParameterView.cs (2)
434var nextIndex = _currentIndex + 1; 439var state = _cascadingParameters[_currentIndex];