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