8 references to ToUpperInvariant
mscorlib (2)
system\io\pathinternal.cs (2)
80
if (char.
ToUpperInvariant
(builder[i]) != char.
ToUpperInvariant
(value[i])) return false;
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (2)
902
char ca = Char.
ToUpperInvariant
(a);
903
char cb = Char.
ToUpperInvariant
(b);
Core\CSharp\system\windows\TextDecorationCollectionConverter.cs (1)
215
&& pattern[i] == Char.
ToUpperInvariant
(input[index + i]);
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
815
sb.Append(char.
ToUpperInvariant
(result[0]));
WindowsBase (2)
Base\MS\Internal\IO\Packaging\PieceNameHelper.cs (2)
391
if (Char.
ToUpperInvariant
(input[position]) != Char.
ToUpperInvariant
(query[queryPosition]))