7 references to ToLower
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
397? CultureInfo.InvariantCulture.TextInfo.ToLower(value)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
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 (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (2)
574lowercaseData ??= ToLower(str); 603lowercaseData ??= ToLower(str);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
2301return cult.TextInfo.ToLower(this); 2307return TextInfo.Invariant.ToLower(this);