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