1 reference to ToUpper
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\InvariantModeCasing.cs (1)
17
internal static char ToUpper(char c) => CharUnicodeInfo.
ToUpper
(c);