1 override of ExistsInFirst
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (1)
104internal override bool ExistsInFirst(string value)
6 references to ExistsInFirst
System.Data.Entity.Design (6)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (2)
60if (this.ExistsInFirst(value)) 106return base.ExistsInFirst(value.ToLowerInvariant());
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (4)
323if (this._userDictionary.ExistsInFirst(word)) 346if (this._userDictionary.ExistsInFirst(word)) 381if (this._userDictionary.ExistsInFirst(word)) 918else if (this._userDictionary.ExistsInFirst(singular))