3 references to AddToCache
System.Data.Entity (3)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
340
AddToCache
(wrappedEntity, /* applyConstraints */ false);
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1195
this.
AddToCache
(wrappedTarget, applyConstraints);
1211
targetRelatedEnd.
AddToCache
(_wrappedOwner, /*applyConstraints*/ false);