4 writes to _next
Microsoft.VisualStudio.LanguageServices (4)
Utilities\TaskItemsEnum.cs (4)
17_next = 0; 30_next += i; 45_next += (int)celt; 53_next = 0;
2 references to _next
Microsoft.VisualStudio.LanguageServices (2)
Utilities\TaskItemsEnum.cs (2)
25for (i = 0; i < celt && _next + i < _items.Length; i++) 27rgelt[i] = _items[_next + i];