4 writes to _next
Microsoft.VisualStudio.LanguageServices (4)
Utilities\TaskItemsEnum.cs (4)
19
_next
= 0;
32
_next
+= i;
47
_next
+= (int)celt;
55
_next
= 0;
2 references to _next
Microsoft.VisualStudio.LanguageServices (2)
Utilities\TaskItemsEnum.cs (2)
27
for (i = 0; i < celt &&
_next
+ i < _items.Length; i++)
29
rgelt[i] = _items[
_next
+ i];