2 references to FindAll
Microsoft.CodeAnalysis.Collections.Package (2)
ImmutableSegmentedList`1.cs (1)
230
=> new ImmutableSegmentedList<T>(_list.
FindAll
(match));
ImmutableSegmentedList`1+ValueBuilder.cs (1)
142
=> new ImmutableSegmentedList<T>(ReadOnlyList.
FindAll
(match));