3 references to ToUpper
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Strings.vb (1)
1043
Return Threading.Thread.CurrentThread.CurrentCulture.TextInfo.
ToUpper
(Value)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (1)
2373
return cult.TextInfo.
ToUpper
(this);
System.Private.Xml (1)
System\Xml\Serialization\CodeIdentifiers.cs (1)
29
return CultureInfo.CurrentCulture.TextInfo.
ToUpper
(s).GetHashCode();