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