4 references to ToLower
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\InvariantModeCasing.cs (2)
43if (ToLower(source[i]) != source[i]) 159destination[i] = ToLower(c);
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (2)
144return InvariantModeCasing.ToLower(c); 165return InvariantModeCasing.ToLower(c);