3 writes to _index
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (3)
344
_index
= -1;
353
_index
++;
359
_index
= -1;
2 references to _index
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (2)
347
public V Current => _valueSet[
_index
];
354
return
_index
< _count;