6 references to AllCharsInUInt64AreAscii
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (6)
60: AllCharsInUInt64AreAscii(value); 1193if (!AllCharsInUInt64AreAscii(candidateUInt64)) 1267Debug.Assert(AllCharsInUInt64AreAscii(value)); 1359if (!AllCharsInUInt64AreAscii(utf16Data64Bits)) 1403if (!AllCharsInUInt64AreAscii(utf16Data64Bits)) 1625AdvSimd.Arm64.IsSupported ? AllCharsInUInt64AreAscii(AdvSimd.Arm64.MaxPairwise(vector.AsUInt16(), vector.AsUInt16()).AsUInt64().ToScalar()) :