4 references to AllCharsInVectorAreAscii
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (4)
254if (!AllCharsInVectorAreAscii(leftValues | rightValues)) 285if (!AllCharsInVectorAreAscii(leftValues | rightValues)) 499if (leftValues != rightValues || !AllCharsInVectorAreAscii(leftValues)) 584if (!AllCharsInVectorAreAscii(leftNotWidened))