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