3 references to ChangeCaseCommon
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (3)
213ChangeCaseCommon<ToLowerConversion>(source, destination); 220ChangeCaseCommon<ToUpperConversion>(source, destination); 333ChangeCaseCommon<TConversion>(source.AsSpan((int)currIdx), resultSpan.Slice((int)currIdx));