8 references to ToUpperConversion
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (8)
245
ChangeCaseCommon<
ToUpperConversion
>(this, source, destination);
251
Debug.Assert(typeof(TConversion) == typeof(
ToUpperConversion
) || typeof(TConversion) == typeof(ToLowerConversion));
258
bool toUpper = typeof(TConversion) == typeof(
ToUpperConversion
); // JIT will treat this as a constant in release builds
301
Debug.Assert(typeof(TConversion) == typeof(
ToUpperConversion
) || typeof(TConversion) == typeof(ToLowerConversion));
302
bool toUpper = typeof(TConversion) == typeof(
ToUpperConversion
); // JIT will treat this as a constant in release builds
496
return ChangeCaseCommon<
ToUpperConversion
>(this, str);
502
return ChangeCaseCommon<
ToUpperConversion
>(null, str);
507
ChangeCaseCommon<
ToUpperConversion
>(this, source, destination);