8 references to ToUpperInvariant
mscorlib (2)
system\io\pathinternal.cs (2)
80if (char.ToUpperInvariant(builder[i]) != char.ToUpperInvariant(value[i])) return false;
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontCacheUtil.cs (2)
902char ca = Char.ToUpperInvariant(a); 903char 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)
815sb.Append(char.ToUpperInvariant(result[0]));
WindowsBase (2)
Base\MS\Internal\IO\Packaging\PieceNameHelper.cs (2)
391if (Char.ToUpperInvariant(input[position]) != Char.ToUpperInvariant(query[queryPosition]))