2 references to IndexOf
Microsoft.AspNetCore.Razor.Utilities.Shared (2)
PooledObjects\PooledArrayBuilder`1.cs (2)
821
=>
IndexOf
(item, EqualityComparer<T>.Default);
858
=>
IndexOf
(item, comparer) >= 0;