24 references to ToUpper
Microsoft.Build.Tasks.Core (1)
BootstrapperUtil\BootstrapperBuilder.cs (1)
1779resourceUpdater.AddStringResource(MESSAGE_TABLE, resourceIdAttribute.Value.ToUpper(CultureInfo.InvariantCulture), stringNode.InnerText);
Microsoft.Extensions.Caching.SqlServer.Tests (1)
SqlServerCacheWithDatabaseTest.cs (1)
640var value = await cache.GetAsync(key.ToUpper(CultureInfo.InvariantCulture)); // key made upper case
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
2166m_SearchText = Text.ToUpper(CultureInfo.CurrentCulture)
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (2)
570s_streams.Remove(_fullFileName.ToUpper(CultureInfo.InvariantCulture)) 680Dim caseInsensitiveKey As String = fileName.ToUpper(CultureInfo.InvariantCulture)
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (4)
199string asmName = assemblyName.ToUpper(CultureInfo.InvariantCulture); 334path = _assemblyPathTable[assemblyName.ToUpper( 350string assemblyShortName = assemblyName.Substring(0, indexComma).ToUpper(CultureInfo.InvariantCulture); 4340string assemblyNameLookup = _assemblyName.ToUpper(CultureInfo.InvariantCulture);
PresentationCore (1)
System\Windows\Media\Knowncolors.cs (1)
821string argbUpper = argbString.Trim().ToUpper(System.Globalization.CultureInfo.InvariantCulture);
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
670nameStr = nameStr.ToUpper(CultureInfo.CurrentCulture);
System\windows\Documents\TextEditor.cs (1)
1221textData = textData.ToUpper(InputLanguageManager.Current.CurrentInputLanguage);
System\Windows\Markup\XamlTypeMapper.cs (4)
157string upperAssemblyName = assemblyName.ToUpper( 199string asmName = assemblyName.ToUpper(CultureInfo.InvariantCulture); 334path = _assemblyPathTable[assemblyName.ToUpper( 3376string upperAssemblyName = assemblyFullName.ToUpper(
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
2310public string ToUpper() => ToUpper(null);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
95_keyTipControl.Text = KeyTipService.GetKeyTip(keyTipElement).ToUpper(KeyTipService.GetCultureForElement(keyTipElement));
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (2)
288text = text.ToUpper(CultureInfo.InvariantCulture); 296: Items[index]!.ToString()!.ToUpper(CultureInfo.InvariantCulture)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
702Debug.Assert(text == text.ToUpper(CultureInfo.InvariantCulture), "GetPreferredSize assumes hex digits to be uppercase.");
System.Windows.Forms.Design (1)
System\ComponentModel\Design\MultilineStringEditor.OleCallback.cs (1)
80return realClsid.ToString().ToUpper(CultureInfo.InvariantCulture) switch
System.Xaml (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\ReflectionHelper.cs (2)
382string assemblyNameLookup = assemblyName.ToUpper(CultureInfo.InvariantCulture); 411assemblyShortName = assemblyShortName.ToUpper(CultureInfo.InvariantCulture);