3 references to _wordsEndingWithSeDictionary
System.Data.Entity.Design (3)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (3)
275
new StringBidirectionalDictionary(this.
_wordsEndingWithSeDictionary
);
294
.Concat(
_wordsEndingWithSeDictionary
.Keys)
308
.Concat(
_wordsEndingWithSeDictionary
.Values)