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