2 references to IndexOf
Microsoft.CodeAnalysis.Workspaces (2)
EnumerableExtensions.cs (2)
443IReadOnlyList<T> readOnlyList => IndexOf(readOnlyList, value, EqualityComparer<T>.Default), 452IReadOnlyList<T> readOnlyList => IndexOf(readOnlyList, value, comparer),