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