Base:
method
GetEnumerable
System.Linq.Enumerable.ConcatIterator<TSource>.GetEnumerable(System.Int32)
4 references to GetEnumerable
System.Linq (4)
System\Linq\Concat.cs (1)
97
/// <see cref="
GetEnumerable
"/> to fetch enumerables from the previous sources. This means that rather
System\Linq\Concat.SpeedOpt.cs (3)
204
IEnumerable<TSource>? source =
GetEnumerable
(i);
278
for (int i = 0; (source =
GetEnumerable
(i)) is not null; i++)
314
for (int i = 0; (source =
GetEnumerable
(i)) is not null; i++)