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