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