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