1 write to _backingEnumerable
Microsoft.Build (1)
Collections\CopyOnReadEnumerable.cs (1)
48_backingEnumerable = backingEnumerable;
4 references to _backingEnumerable
Microsoft.Build (4)
Collections\CopyOnReadEnumerable.cs (4)
67if (_backingEnumerable is ICollection backingCollection) 73else if (_backingEnumerable is ICollection<TSource> collection) 77else if (_backingEnumerable is IReadOnlyCollection<TSource> readOnlyCollection) 88list.AddRange(_backingEnumerable.Select(_selector));