6 references to AllCharsInUInt64AreAscii
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (6)
61: AllCharsInUInt64AreAscii(value); 1197if (!AllCharsInUInt64AreAscii(candidateUInt64)) 1271Debug.Assert(AllCharsInUInt64AreAscii(value)); 1363if (!AllCharsInUInt64AreAscii(utf16Data64Bits)) 1407if (!AllCharsInUInt64AreAscii(utf16Data64Bits)) 1629AdvSimd.Arm64.IsSupported ? AllCharsInUInt64AreAscii(AdvSimd.Arm64.MaxPairwise(vector.AsUInt16(), vector.AsUInt16()).AsUInt64().ToScalar()) :