3 references to _uninflectiveWordList
System.Data.Entity.Design (3)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (3)
298
.Concat(
_uninflectiveWordList
)
312
.Concat(
_uninflectiveWordList
));
867
|| this.
_uninflectiveWordList
.Contains(word.ToLowerInvariant()))