2 references to IsUpper
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
843return string.IsNullOrEmpty(word) ? false : char.IsUpper(word, 0);
System.ServiceModel (1)
System\ServiceModel\Description\ClientClassGenerator.cs (1)
938Char.IsUpper(interfaceName, 1))