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