2 references to Create
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableQueue.cs (1)
55
ImmutableStack<T> forwards = ImmutableStack.
Create
(e.Current);
System\Collections\Immutable\ImmutableQueue_1.cs (1)
160
return new ImmutableQueue<T>(ImmutableStack.
Create
(value), ImmutableStack<T>.Empty);