3 writes to _index
Microsoft.VisualStudio.LanguageServices (3)
Library\VsNavInfo\NavInfoNodeEnum.cs (3)
27
for (; i < celt && _index < _nodes.Length; i++,
_index
++)
41
_index
= 0;
47
_index
+= (int)celt;
2 references to _index
Microsoft.VisualStudio.LanguageServices (2)
Library\VsNavInfo\NavInfoNodeEnum.cs (2)
27
for (; i < celt &&
_index
< _nodes.Length; i++, _index++)
29
rgelt[i] = _nodes[
_index
];