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