Base:
method
ExistsInSecond
System.Data.Entity.Design.PluralizationServices.BidirectionalDictionary<TFirst, TSecond>.ExistsInSecond(TSecond)
9 references to ExistsInSecond
System.Data.Entity.Design (9)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (9)
603if (this._irregularVerbPluralizationService.ExistsInSecond(suffixWord)) 609if (this._irregularPluralsPluralizationService.ExistsInSecond(suffixWord)) 616if (this._wordsEndingWithSisPluralizationService.ExistsInSecond(suffixWord)) 622if (this._wordsEndingWithSePluralizationService.ExistsInSecond(suffixWord)) 628if (this._wordsEndingWithSusPluralizationService.ExistsInSecond(suffixWord)) 684if (this._assimilatedClassicalInflectionPluralizationService.ExistsInSecond(suffixWord)) 691if (this._classicalInflectionPluralizationService.ExistsInSecond(suffixWord)) 710if (this._wordsEndingWithInxAnxYnxPluralizationService.ExistsInSecond(suffixWord)) 746if (this._oSuffixPluralizationService.ExistsInSecond(suffixWord))