2 writes to _currentIndex
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSeparatedSyntaxNodeList.cs (2)
87
_currentIndex
= -1;
95
_currentIndex
++;
2 references to _currentIndex
Microsoft.CodeAnalysis.CodeStyle (2)
EmbeddedSeparatedSyntaxNodeList.cs (2)
96
if (
_currentIndex
>= _list.Length)
102
Current = _list[
_currentIndex
];