2 references to ConvertAll
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedList`1.cs (1)
207
=> new ImmutableSegmentedList<TOutput>(_list.
ConvertAll
(converter));
ImmutableSegmentedList`1+ValueBuilder.cs (1)
124
=> new ImmutableSegmentedList<TOutput>(ReadOnlyList.
ConvertAll
(converter));