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)
347public V Current => _valueSet[_index]; 354return _index < _count;