5 references to ChangeCaseToUpper
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
704
TextInfo.Invariant.
ChangeCaseToUpper
(source, destination); // this is the best so far for NLS.
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
760
ChangeCaseToUpper
(src, dst);
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (2)
305
culture.TextInfo.
ChangeCaseToUpper
(source, destination);
329
TextInfo.Invariant.
ChangeCaseToUpper
(source, destination);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
241
textInfo.
ChangeCaseToUpper
(original, modified);