4 writes to PromotedRelationships
System.Data.Entity (4)
System\Data\Objects\Internal\TransactionManager.cs (4)
226this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>(); 243this.PromotedRelationships = null; 261this.PromotedRelationships = new Dictionary<RelatedEnd, IList<IEntityWrapper>>(); 278this.PromotedRelationships = null;
3 references to PromotedRelationships
System.Data.Entity (3)
System\Data\Objects\ObjectStateManager.cs (3)
764if (!this.TransactionManager.PromotedRelationships.TryGetValue(relatedEnd, out entities)) 767this.TransactionManager.PromotedRelationships.Add(relatedEnd, entities); 776foreach (var pair in this.TransactionManager.PromotedRelationships)