9 references to ForgetEntryWithConceptualNull
System.Data.Entity (9)
System\Data\Common\Internal\Materialization\Shaper.cs (2)
771
Context.ObjectStateManager.
ForgetEntryWithConceptualNull
(existingEntry, resetAllKeys: true);
782
Context.ObjectStateManager.
ForgetEntryWithConceptualNull
(existingEntry, resetAllKeys: true);
System\Data\Objects\DataClasses\EntityReference.cs (2)
548
stateManager.
ForgetEntryWithConceptualNull
(WrappedOwner.ObjectStateEntry, resetAllKeys: false);
600
stateManager.
ForgetEntryWithConceptualNull
(WrappedOwner.ObjectStateEntry, resetAllKeys: false);
System\Data\Objects\EntityEntry.cs (4)
905
_cache.
ForgetEntryWithConceptualNull
(this, resetAllKeys: true);
3097
_cache.
ForgetEntryWithConceptualNull
(this, resetAllKeys: true);
3450
ObjectStateManager.
ForgetEntryWithConceptualNull
(this, resetAllKeys: false);
3537
ObjectStateManager.
ForgetEntryWithConceptualNull
(this, resetAllKeys: false);
System\Data\Objects\ObjectStateManager.cs (1)
2744
ForgetEntryWithConceptualNull
(entry, resetAllKeys: true);