4 references to FindIndex
Microsoft.Build (4)
ImmutableSegmentedList`1.cs (1)
244
=> _list.
FindIndex
(startIndex, count, match);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
153
=> ReadOnlyList.
FindIndex
(startIndex, count, match);
SegmentedList`1.cs (2)
612
=>
FindIndex
(0, _size, match);
615
=>
FindIndex
(startIndex, _size - startIndex, match);