4 writes to _currentIndex
Microsoft.VisualStudio.LanguageServices (4)
Utilities\VsEnumDebugName.cs (4)
18
_currentIndex
= 0;
36
for (; i < celt && _currentIndex < _values.Count; i++,
_currentIndex
++)
53
_currentIndex
= 0;
59
_currentIndex
+= (int)celt;
3 references to _currentIndex
Microsoft.VisualStudio.LanguageServices (3)
Utilities\VsEnumDebugName.cs (3)
36
for (; i < celt &&
_currentIndex
< _values.Count; i++, _currentIndex++)
38
rgelt[i] = _values[
_currentIndex
];
60
return
_currentIndex
< _values.Count