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