15 references to AllBytesInUInt32AreAscii
System.Private.CoreLib (15)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.Utf8.cs (10)
192if (!Utf8Utility.AllBytesInUInt32AreAscii((uint)temp | (uint)(temp >> 32))) 228if (!Utf8Utility.AllBytesInUInt32AreAscii(valueAu32 | valueBu32)) 281if (!Utf8Utility.AllBytesInUInt32AreAscii(valueAu32 | valueBu32)) 307if (Utf8Utility.AllBytesInUInt32AreAscii(valueAu32) || Utf8Utility.AllBytesInUInt32AreAscii(valueBu32)) 502if (!Utf8Utility.AllBytesInUInt32AreAscii((uint)temp | (uint)(temp >> 32))) 538if (!Utf8Utility.AllBytesInUInt32AreAscii(valueAu32 | valueBu32)) 591if (!Utf8Utility.AllBytesInUInt32AreAscii(valueAu32 | valueBu32)) 621if (Utf8Utility.AllBytesInUInt32AreAscii(valueAu32) || Utf8Utility.AllBytesInUInt32AreAscii(valueBu32))
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
380if (!Utf8Utility.AllBytesInUInt32AreAscii(nextBlockAsUInt32))
src\libraries\System.Private.CoreLib\src\System\Text\Unicode\Utf8Utility.cs (4)
64Debug.Assert(AllBytesInUInt32AreAscii(value)); 94Debug.Assert(AllBytesInUInt32AreAscii(value)); 181Debug.Assert(AllBytesInUInt32AreAscii(valueA)); 182Debug.Assert(AllBytesInUInt32AreAscii(valueB));