1 reference to ToUpper
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
365
return toUpper ? InvariantModeCasing.
ToUpper
(source) : InvariantModeCasing.ToLower(source);