2 references to GetAdjustedCount
System.Linq (2)
System\Linq\SkipTake.SpeedOpt.cs (2)
104
public int Count =>
GetAdjustedCount
(_minIndexInclusive, _maxIndexInclusive, _source.Count);
172
return span.Slice(minInclusive,
GetAdjustedCount
(minInclusive, _maxIndexInclusive, span.Length)).IndexOf(item);