1 reference to AddRange
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList.cs (1)
55public static ImmutableList<T> Create<T>(params ReadOnlySpan<T> items) => ImmutableList<T>.Empty.AddRange(items);