5 references to AllCharsInVectorAreAscii
System.Private.CoreLib (5)
src\runtime\src\libraries\Common\src\System\HexConverter.cs (1)
354if (!Utf16Utility.AllCharsInVectorAreAscii(vec1 | vec2))
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (4)
100if (!Utf16Utility.AllCharsInVectorAreAscii(vec1 | vec2)) 127if (!Utf16Utility.AllCharsInVectorAreAscii(vec1 | vec2)) 148if (Utf16Utility.AllCharsInVectorAreAscii(vec1) || Utf16Utility.AllCharsInVectorAreAscii(vec2))