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