5 references to ToLower
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
397? CultureInfo.InvariantCulture.TextInfo.ToLower(value)
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Strings.vb (1)
519Return Threading.Thread.CurrentThread.CurrentCulture.TextInfo.ToLower(Value)
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (2)
674lowercaseData ??= ToLower(str); 703lowercaseData ??= ToLower(str);
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
2575return cult.TextInfo.ToLower(this);