3 references to FindIndex
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
234
=> _list.
FindIndex
(match);
src\Dependencies\Collections\ImmutableSegmentedList`1+ValueBuilder.cs (1)
145
=> ReadOnlyList.
FindIndex
(match);
src\Dependencies\Collections\SegmentedList`1.cs (1)
572
=>
FindIndex
(match) != -1;