3 references to FkProperties
System.Data.Entity.Design (3)
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (3)
670if (!session.FkProperties.ContainsKey(property)) 672session.FkProperties.Add(property, ((AssociationSet)storeSet).ElementType); 788if (isKey || this.GenerateForeignKeyProperties || !session.FkProperties.TryGetValue(storeProperty, out association))