src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (3)
192ChangeCaseCore(&c, 1, &dst, 1, toUpper);
274instance.ChangeCaseCore(pSource + charsConsumed, source.Length - charsConsumed,
386instance.ChangeCaseCore(pSource + currIdx, source.Length - (int)currIdx, pResult + currIdx, result.Length - (int)currIdx, toUpper);