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