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