1 reference to Create
System.Collections.Immutable (1)
System\Collections\Frozen\FrozenSet.cs (1)
22public static FrozenSet<T> Create<T>(params ReadOnlySpan<T> source) => Create(null, source);