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)
226
private protected override Iterator<TSource> Clone() => new UnionIterator2<TSource>(_first,
_second
, _comparer);
234
1 =>
_second
,
241
var sources = new SingleLinkedNode<IEnumerable<TSource>>(_first).Add(
_second
).Add(next);