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