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