1 write to _collection
Microsoft.CodeAnalysis.CodeStyle (1)
OneOrMany.cs (1)
188_collection = collection;
2 references to _collection
Microsoft.CodeAnalysis.CodeStyle (2)
OneOrMany.cs (2)
195return _index < _collection.Count; 198public T Current => _collection[_index];