8 references to ToUpperConversion
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (8)
225
ChangeCaseCommon<
ToUpperConversion
>(this, source, destination);
231
Debug.Assert(typeof(TConversion) == typeof(
ToUpperConversion
) || typeof(TConversion) == typeof(ToLowerConversion));
238
bool toUpper = typeof(TConversion) == typeof(
ToUpperConversion
); // JIT will treat this as a constant in release builds
281
Debug.Assert(typeof(TConversion) == typeof(
ToUpperConversion
) || typeof(TConversion) == typeof(ToLowerConversion));
282
bool toUpper = typeof(TConversion) == typeof(
ToUpperConversion
); // JIT will treat this as a constant in release builds
476
return ChangeCaseCommon<
ToUpperConversion
>(this, str);
482
return ChangeCaseCommon<
ToUpperConversion
>(null, str);
487
ChangeCaseCommon<
ToUpperConversion
>(this, source, destination);