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