4 references to ChangeCaseToLower
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
730
TextInfo.Invariant.
ChangeCaseToLower
(source, destination); // this is the best so far for NLS.
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.Globalization.cs (2)
253
culture.TextInfo.
ChangeCaseToLower
(source, destination);
277
TextInfo.Invariant.
ChangeCaseToLower
(source, destination);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
245
textInfo.
ChangeCaseToLower
(original, modified);