1 write to _wordsEndingWithSisPluralizationService
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
276
this.
_wordsEndingWithSisPluralizationService
=
2 references to _wordsEndingWithSisPluralizationService
System.Data.Entity.Design (2)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (2)
616
if (this.
_wordsEndingWithSisPluralizationService
.ExistsInSecond(suffixWord))
618
return prefixWord + this.
_wordsEndingWithSisPluralizationService
.GetFirstValue(suffixWord);