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