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