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)
434
var nextIndex =
_currentIndex
+ 1;
439
var state = _cascadingParameters[
_currentIndex
];