4 references to ImmutableList
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.cs (4)
243return new ImmutableList<T>(Node.NodeTreeFromList(items)); 1102: new ImmutableList<T>(root); 1153return root.IsEmpty ? this.Clear() : new ImmutableList<T>(root); 1189return new ImmutableList<T>(root);