2 references to IndexOf
Microsoft.Build (2)
src\5057ed6cf5d6323b\ImmutableSegmentedList`1.cs (1)
307
=> _list.
IndexOf
(item, index, count, equalityComparer);
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+ValueBuilder.cs (1)
209
=> ReadOnlyList.
IndexOf
(item, index, count, equalityComparer);