1 reference to UInt32ContainsAnyLowercaseAsciiChar
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
295if ((toUpper) ? Utf16Utility.UInt32ContainsAnyLowercaseAsciiChar(tempValue) : Utf16Utility.UInt32ContainsAnyUppercaseAsciiChar(tempValue))