1 reference to LazyToArray
System.Linq (1)
System\Linq\Concat.SpeedOpt.cs (1)
187
public override TSource[] ToArray() => _hasOnlyCollections ? PreallocatingToArray() :
LazyToArray
();