4 writes to _enumeratorIndex
Microsoft.Maui.Controls (4)
ListProxy.cs (4)
145 _enumeratorIndex = 0; 310 _enumeratorIndex = 0; 321 for (; _enumeratorIndex < end; _enumeratorIndex++) 342 _enumeratorIndex = 0;
4 references to _enumeratorIndex
Microsoft.Maui.Controls (4)
ListProxy.cs (4)
321 for (; _enumeratorIndex < end; _enumeratorIndex++) 355 if (CountIndex(_enumeratorIndex)) 358 if (_enumeratorIndex >= _windowIndex) 359 _items.Add(_enumeratorIndex, _enumerator.Current);