4 writes to _currentIndex
Microsoft.VisualStudio.LanguageServices (4)
Utilities\VsEnumDebugName.cs (4)
20
_currentIndex
= 0;
38
for (; i < celt && _currentIndex < _values.Count; i++,
_currentIndex
++)
55
_currentIndex
= 0;
61
_currentIndex
+= (int)celt;
3 references to _currentIndex
Microsoft.VisualStudio.LanguageServices (3)
Utilities\VsEnumDebugName.cs (3)
38
for (; i < celt &&
_currentIndex
< _values.Count; i++, _currentIndex++)
40
rgelt[i] = _values[
_currentIndex
];
62
return
_currentIndex
< _values.Count