1 write to _wordsEndingWithInxAnxYnxPluralizationService
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
280
this.
_wordsEndingWithInxAnxYnxPluralizationService
=
4 references to _wordsEndingWithInxAnxYnxPluralizationService
System.Data.Entity.Design (4)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (4)
492
if (this.
_wordsEndingWithInxAnxYnxPluralizationService
.ExistsInFirst(suffixWord))
494
return prefixWord + this.
_wordsEndingWithInxAnxYnxPluralizationService
.GetSecondValue(suffixWord);
710
if (this.
_wordsEndingWithInxAnxYnxPluralizationService
.ExistsInSecond(suffixWord))
712
return prefixWord + this.
_wordsEndingWithInxAnxYnxPluralizationService
.GetFirstValue(suffixWord);