2 references to FindAll
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
230
=> new ImmutableSegmentedList<T>(_list.
FindAll
(match));
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
142
=> new ImmutableSegmentedList<T>(ReadOnlyList.
FindAll
(match));