2 references to StartsWithIgnoreCaseUtf8_Scalar
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.Utf8.cs (2)
455
return
StartsWithIgnoreCaseUtf8_Scalar
(ref Unsafe.Add(ref source, i), (int)(lengthU - i), ref Unsafe.Add(ref prefix, i), (int)(lengthU - i));
476
return
StartsWithIgnoreCaseUtf8_Scalar
(ref source, sourceLength, ref prefix, prefixLength);