6 references to ContainsNonAsciiByte_Sse2
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.Utility.cs (6)
398
if (
ContainsNonAsciiByte_Sse2
(currentSseMask))
457
if (
ContainsNonAsciiByte_Sse2
(currentSseMask | secondSseMask))
503
if (
ContainsNonAsciiByte_Sse2
(currentSseMask))
537
if (
ContainsNonAsciiByte_Sse2
(currentSseMask))
571
if (!
ContainsNonAsciiByte_Sse2
(currentSseMask))
597
Debug.Assert(
ContainsNonAsciiByte_Sse2
(currentSseMask), "Shouldn't be here unless we see non-ASCII data.");