src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (5)
178ChangeCaseCommon<ToLowerConversion>(this, source, destination);
238ChangeCaseCommon<ToLowerConversion>(this, source, destination);
245ChangeCaseCommon<ToUpperConversion>(this, source, destination);
376ChangeCaseCommon<TConversion>(instance, source.AsSpan((int)currIdx), resultSpan.Slice((int)currIdx));
507ChangeCaseCommon<ToUpperConversion>(this, source, destination);