2 references to IndexOf
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\EnumerableExtensions.cs (2)
538IReadOnlyList<T> readOnlyList => IndexOf(readOnlyList, value, EqualityComparer<T>.Default), 547IReadOnlyList<T> readOnlyList => IndexOf(readOnlyList, value, comparer),