3 references to ConvertAllAsciiCharsInUInt32ToLowercase
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
397
: Utf16Utility.
ConvertAllAsciiCharsInUInt32ToLowercase
(nextBlockAsUInt32);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (2)
1528
return UnsafeCreate(Utf16Utility.
ConvertAllAsciiCharsInUInt32ToLowercase
(value._value));
1626
return UnsafeCreate(Utf16Utility.
ConvertAllAsciiCharsInUInt32ToLowercase
(value._value));