2 writes to _index
Microsoft.CodeAnalysis.Collections.Package (2)
OneOrMany.cs (2)
243_index = -1; 248_index++;
2 references to _index
Microsoft.CodeAnalysis.Collections.Package (2)
OneOrMany.cs (2)
249return _index < _collection.Count; 252public T Current => _collection[_index];