2 references to GetMatchInRangeMask
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.Packed.cs (2)
994return ComputeFirstIndex(ref searchSpace, ref currentSearchSpace, GetMatchInRangeMask<TNegator>(packedSource, rangeVector)); 1017return ComputeFirstIndexOverlapped(ref searchSpace, ref firstVector, ref oneVectorAwayFromEnd, GetMatchInRangeMask<TNegator>(packedSource, rangeVector));