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