5 references to ConvertAllAsciiCharsInUInt32ToUppercase
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Marvin.OrdinalIgnoreCase.cs (3)
33p0 += Utf16Utility.ConvertAllAsciiCharsInUInt32ToUppercase(tempValue); 54p0 += Utf16Utility.ConvertAllAsciiCharsInUInt32ToUppercase(tempValue) + (0x800000u - 0x80u); 59p0 += (Utf16Utility.ConvertAllAsciiCharsInUInt32ToUppercase(tempValue) << 16) + 0x8000u - 0x80000000u;
src\libraries\System.Private.CoreLib\src\System\Text\Ascii.CaseConversion.cs (1)
395? Utf16Utility.ConvertAllAsciiCharsInUInt32ToUppercase(nextBlockAsUInt32)
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
1469return UnsafeCreate(Utf16Utility.ConvertAllAsciiCharsInUInt32ToUppercase(value._value));