1 override of ExistsInSecond
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (1)
110internal override bool ExistsInSecond(string value)
6 references to ExistsInSecond
System.Data.Entity.Design (6)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (2)
72if (this.ExistsInSecond(value)) 112return base.ExistsInSecond(value.ToLowerInvariant());
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (4)
319if (this._userDictionary.ExistsInSecond(word)) 350if (this._userDictionary.ExistsInSecond(word)) 571if (this._userDictionary.ExistsInSecond(word)) 914if (this._userDictionary.ExistsInSecond(plural))