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