2 writes to _index
Microsoft.CodeAnalysis.Workspaces (2)
OneOrMany.cs (2)
189
_index
= -1;
194
_index
++;
2 references to _index
Microsoft.CodeAnalysis.Workspaces (2)
OneOrMany.cs (2)
195
return
_index
< _collection.Count;
198
public T Current => _collection[
_index
];