4 references to ChangeCaseToLower
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.cs (1)
730TextInfo.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)
253culture.TextInfo.ChangeCaseToLower(source, destination); 277TextInfo.Invariant.ChangeCaseToLower(source, destination);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
245textInfo.ChangeCaseToLower(original, modified);