3 references to ChangeCaseCore
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (3)
185ChangeCaseCore(&c, 1, &dst, 1, toUpper); 294instance.ChangeCaseCore(pSource + charsConsumed, source.Length - charsConsumed, 406instance.ChangeCaseCore(pSource + currIdx, source.Length - (int)currIdx, pResult + currIdx, result.Length - (int)currIdx, toUpper);