8 references to AllCharsInVectorAreAscii
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.cs (4)
111return AllCharsInVectorAreAscii( 182if (!AllCharsInVectorAreAscii( 206if (!AllCharsInVectorAreAscii( 222return AllCharsInVectorAreAscii(
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Equality.cs (4)
142if (leftValues != rightValues || !AllCharsInVectorAreAscii(leftValues)) 158if (leftValues != rightValues || !AllCharsInVectorAreAscii(leftValues)) 399if (!AllCharsInVectorAreAscii(leftValues | rightValues)) 430if (!AllCharsInVectorAreAscii(leftValues | rightValues))