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)
395
var nextIndex =
_currentIndex
+ 1;
410
ref var frame = ref _frames[
_currentIndex
];