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)
27for (i = 0; i < celt && _next + i < _items.Length; i++) 29rgelt[i] = _items[_next + i];