9 references to AllBytesInUInt64AreAscii
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.Utf8.cs (4)
316
if (Utf8Utility.
AllBytesInUInt64AreAscii
(valueAu64) || Utf8Utility.
AllBytesInUInt64AreAscii
(valueBu64))
630
if (Utf8Utility.
AllBytesInUInt64AreAscii
(valueAu64) || Utf8Utility.
AllBytesInUInt64AreAscii
(valueBu64))
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
321
if (!Utf8Utility.
AllBytesInUInt64AreAscii
(nextBlockAsUInt64))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.cs (4)
123
Debug.Assert(
AllBytesInUInt64AreAscii
(value));
152
Debug.Assert(
AllBytesInUInt64AreAscii
(value));
244
Debug.Assert(
AllBytesInUInt64AreAscii
(valueA));
245
Debug.Assert(
AllBytesInUInt64AreAscii
(valueB));