2 references to ConvertAll
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
350
return ImmutableList<TOutput>.WrapNode(_root.
ConvertAll
(converter));
System\Collections\Immutable\ImmutableList_1.cs (1)
578
return ImmutableList<TOutput>.WrapNode(_root.
ConvertAll
(converter));