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