src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (5)
185ChangeCaseCommon<ToLowerConversion>(this, source, destination);
218ChangeCaseCommon<ToLowerConversion>(this, source, destination);
225ChangeCaseCommon<ToUpperConversion>(this, source, destination);
356ChangeCaseCommon<TConversion>(instance, source.AsSpan((int)currIdx), resultSpan.Slice((int)currIdx));
487ChangeCaseCommon<ToUpperConversion>(this, source, destination);