1 write to SecondToFirstDictionary
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (1)
29this.SecondToFirstDictionary = new Dictionary<TSecond, TFirst>();
4 references to SecondToFirstDictionary
System.Data.Entity.Design (4)
System\Data\Entity\Design\PluralizationService\BidirectionalDictionary.cs (4)
51if (this.SecondToFirstDictionary.ContainsKey(value)) 74return this.SecondToFirstDictionary[value]; 86if (!this.SecondToFirstDictionary.ContainsKey(secondValue)) 88this.SecondToFirstDictionary.Add(secondValue, firstValue);