4 references to IsUninflective
System.Data.Entity.Design (4)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (4)
328if (this.IsUninflective(word) || this._knownPluralWords.Contains(word.ToLower(this.Culture))) 355if (this.IsUninflective(word) || this._knownSingluarWords.Contains(word.ToLower(this.Culture))) 401if (this.IsUninflective(suffixWord)) 590if (this.IsUninflective(suffixWord))