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