5 references to ChangeCaseToUpper
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
703TextInfo.Invariant.ChangeCaseToUpper(source, destination); // this is the best so far for NLS.
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
660ChangeCaseToUpper(src, dst);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (2)
263culture.TextInfo.ChangeCaseToUpper(source, destination); 287TextInfo.Invariant.ChangeCaseToUpper(source, destination);
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
239textInfo.ChangeCaseToUpper(original, modified);