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