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