4 references to IndexOf
System.Linq (1)
System\Linq\SkipTake.SpeedOpt.cs (1)
172
return span.Slice(minInclusive, GetAdjustedCount(minInclusive, _maxIndexInclusive, span.Length)).
IndexOf
(item);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (3)
374
IndexOf
(span, value, comparer) >= 0;
2352
int pos = span.
IndexOf
(value[0], comparer);
2953
return
IndexOf
(span, values[0], comparer);