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