1 write to _collection
Microsoft.CodeAnalysis (1)
InternalUtilities\OneOrMany.cs (1)
241
_collection
= collection;
2 references to _collection
Microsoft.CodeAnalysis (2)
InternalUtilities\OneOrMany.cs (2)
248
return _index <
_collection
.Count;
251
public T Current =>
_collection
[_index];