1 write to _userDictionary
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
264this._userDictionary = new BidirectionalDictionary<string, string>();
11 references to _userDictionary
System.Data.Entity.Design (11)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (11)
319if (this._userDictionary.ExistsInSecond(word)) 323if (this._userDictionary.ExistsInFirst(word)) 346if (this._userDictionary.ExistsInFirst(word)) 350if (this._userDictionary.ExistsInSecond(word)) 381if (this._userDictionary.ExistsInFirst(word)) 383return this._userDictionary.GetSecondValue(word); 571if (this._userDictionary.ExistsInSecond(word)) 573return this._userDictionary.GetFirstValue(word); 914if (this._userDictionary.ExistsInSecond(plural)) 918else if (this._userDictionary.ExistsInFirst(singular)) 924this._userDictionary.AddValue(singular, plural);