2 writes to _currentItemIndex
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\Enumerator.cs (2)
42_currentItemIndex++; 47=> _currentItemIndex = -1;
2 references to _currentItemIndex
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\Enumerator.cs (2)
32get { return _snapshot[_currentItemIndex]; } 37if (_currentItemIndex >= _snapshot.Count - 1)