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