3 writes to _index
Microsoft.CodeAnalysis.Workspaces (3)
OrderPreservingMultiDictionary.cs (3)
332_index = -1; 341_index++; 347_index = -1;
2 references to _index
Microsoft.CodeAnalysis.Workspaces (2)
OrderPreservingMultiDictionary.cs (2)
335public V Current => _valueSet[_index]; 342return _index < _count;