2 overrides of AddToLocalCache
System.Data.Entity (2)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
821internal override void AddToLocalCache(IEntityWrapper wrappedEntity, bool applyConstraints)
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (1)
762internal override void AddToLocalCache(IEntityWrapper wrappedEntity, bool applyConstraints)
6 references to AddToLocalCache
System.Data.Entity (6)
System\Data\Objects\DataClasses\RelatedEnd.cs (4)
1191this.AddToLocalCache(wrappedTarget, applyConstraints); 1207targetRelatedEnd.AddToLocalCache(_wrappedOwner, /*applyConstraints*/ false); 1392otherRelatedEnd.AddToLocalCache(this.WrappedOwner, applyConstraints: false); 2053AddToLocalCache(wrappedEntity, applyConstraints);
System\Data\Objects\EntityEntry.cs (2)
2226otherRelatedEnd.AddToLocalCache(this._wrappedEntity, applyConstraints: true); 2240relatedEnd.AddToLocalCache(relatedWrapper, true);