Base:
method
GetSecondValue
System.Data.Entity.Design.PluralizationServices.BidirectionalDictionary<TFirst, TSecond>.GetSecondValue(TFirst)
5 references to GetSecondValue
System.Data.Entity.Design (5)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (5)
415return prefixWord + this._irregularPluralsPluralizationService.GetSecondValue(suffixWord); 468return prefixWord + this._assimilatedClassicalInflectionPluralizationService.GetSecondValue(suffixWord); 475return prefixWord + this._classicalInflectionPluralizationService.GetSecondValue(suffixWord); 494return prefixWord + this._wordsEndingWithInxAnxYnxPluralizationService.GetSecondValue(suffixWord); 536return prefixWord + this._oSuffixPluralizationService.GetSecondValue(suffixWord);