5 references to ToUpperInvariant
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\Ordinal.Utf8.cs (4)
77
if (Rune.
ToUpperInvariant
(runeA) != Rune.
ToUpperInvariant
(runeB))
387
if (Rune.
ToUpperInvariant
(runeA) != Rune.
ToUpperInvariant
(runeB))
src\libraries\System.Private.CoreLib\src\System\Text\Rune.cs (1)
1479
return
ToUpperInvariant
(value);