Implemented interface member:
3 references to IndexOf
System.Linq.Expressions (3)
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (3)
218
public bool Contains(T item) =>
IndexOf
(item) >= 0;
239
int index =
IndexOf
(item);
298
return
IndexOf
((T)value!);