1 write to _wordsEndingWithSusPluralizationService
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
278
this.
_wordsEndingWithSusPluralizationService
=
2 references to _wordsEndingWithSusPluralizationService
System.Data.Entity.Design (2)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (2)
628
if (this.
_wordsEndingWithSusPluralizationService
.ExistsInSecond(suffixWord))
630
return prefixWord + this.
_wordsEndingWithSusPluralizationService
.GetFirstValue(suffixWord);