1 write to _wordsEndingWithSePluralizationService
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
274this._wordsEndingWithSePluralizationService =
2 references to _wordsEndingWithSePluralizationService
System.Data.Entity.Design (2)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (2)
622if (this._wordsEndingWithSePluralizationService.ExistsInSecond(suffixWord)) 624return prefixWord + this._wordsEndingWithSePluralizationService.GetFirstValue(suffixWord);