13 references to ToLower
Microsoft.AspNetCore.Grpc.JsonTranscoding (1)
src\Grpc\JsonTranscoding\src\Shared\ServiceDescriptorHelpers.cs (1)
637result += char.ToLower(input[i], CultureInfo.InvariantCulture);
Microsoft.AspNetCore.Grpc.Swagger (1)
src\Grpc\JsonTranscoding\src\Shared\ServiceDescriptorHelpers.cs (1)
637result += char.ToLower(input[i], CultureInfo.InvariantCulture);
System.Windows.Forms (7)
System\Resources\ResXFileRef.cs (2)
62&& (compareCase || (char.ToLower(path1[i], CultureInfo.InvariantCulture) != char.ToLower(path2[i], CultureInfo.InvariantCulture))))
System\Windows\Forms\Control.cs (2)
6316if (c1 == c2 || char.ToLower(c1, CultureInfo.CurrentCulture) == char.ToLower(c2, CultureInfo.CurrentCulture))
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2565if (firstLetter == charToCompare || (char.ToLower(charCode, CultureInfo.CurrentCulture) == char.ToLower(text[0], CultureInfo.CurrentCulture)))
System\Windows\Forms\Internal\WinFormsUtils.cs (1)
222mnemonic = char.ToLower(text[i + 1], CultureInfo.CurrentCulture);
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (1)
1023span[i] = char.ToLower(baseName[i], CultureInfo.CurrentCulture);
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
472c = char.ToLower(c, CultureInfo.CurrentCulture);
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
1760: char.ToLower(c, CultureInfo.CurrentCulture);
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
186sb.Append(char.ToLower(values[segment][0], TypeConverterHelper.InvariantEnglishUS));