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