1 write to _second
System.Linq (1)
System\Linq\Union.cs (1)
223_second = second;
3 references to _second
System.Linq (3)
System\Linq\Union.cs (3)
226private protected override Iterator<TSource> Clone() => new UnionIterator2<TSource>(_first, _second, _comparer); 2341 => _second, 241var sources = new SingleLinkedNode<IEnumerable<TSource>>(_first).Add(_second).Add(next);