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)
415
return prefixWord + this._irregularPluralsPluralizationService.
GetSecondValue
(suffixWord);
468
return prefixWord + this._assimilatedClassicalInflectionPluralizationService.
GetSecondValue
(suffixWord);
475
return prefixWord + this._classicalInflectionPluralizationService.
GetSecondValue
(suffixWord);
494
return prefixWord + this._wordsEndingWithInxAnxYnxPluralizationService.
GetSecondValue
(suffixWord);
536
return prefixWord + this._oSuffixPluralizationService.
GetSecondValue
(suffixWord);