2 references to ConvertAll
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
207=> new ImmutableSegmentedList<TOutput>(_list.ConvertAll(converter));
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
124=> new ImmutableSegmentedList<TOutput>(ReadOnlyList.ConvertAll(converter));