8 references to AllCharsInVectorAreAscii
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.cs (4)
121return AllCharsInVectorAreAscii( 130if (!AllCharsInVectorAreAscii( 154if (!AllCharsInVectorAreAscii( 170return AllCharsInVectorAreAscii(
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (4)
326if (!AllCharsInVectorAreAscii(leftValues | rightValues)) 357if (!AllCharsInVectorAreAscii(leftValues | rightValues)) 485if (leftValues != rightValues || !AllCharsInVectorAreAscii(leftValues)) 559if (!AllCharsInVectorAreAscii(leftNotWidened))