1 write to _collection
Microsoft.CodeAnalysis.Collections.Package (1)
OneOrMany.cs (1)
240_collection = collection;
2 references to _collection
Microsoft.CodeAnalysis.Collections.Package (2)
OneOrMany.cs (2)
247return _index < _collection.Count; 250public T Current => _collection[_index];