4 references to FindIndex
Microsoft.Build.Framework (4)
ImmutableSegmentedList`1.cs (1)
242
=> _list.
FindIndex
(startIndex, count, match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
151
=> ReadOnlyList.
FindIndex
(startIndex, count, match);
SegmentedList`1.cs (2)
479
=>
FindIndex
(0, _size, match);
482
=>
FindIndex
(startIndex, _size - startIndex, match);