2 references to IndexOf
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (2)
610
IReadOnlyList<T> readOnlyList =>
IndexOf
(readOnlyList, value, EqualityComparer<T>.Default),
619
IReadOnlyList<T> readOnlyList =>
IndexOf
(readOnlyList, value, comparer),