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