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)
32
get { return _snapshot[
_currentItemIndex
]; }
37
if (
_currentItemIndex
>= _snapshot.Count - 1)