4 references to ChangeCaseCommon
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (4)
167return ChangeCaseCommon<ToLowerConversion>(this, str); 173return ChangeCaseCommon<ToLowerConversion>(null, str); 496return ChangeCaseCommon<ToUpperConversion>(this, str); 502return ChangeCaseCommon<ToUpperConversion>(null, str);