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