1 write to _detachedEntityKey
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityReference.cs (1)
342
_detachedEntityKey
= value;
3 references to _detachedEntityKey
System.Data.Entity (3)
System\Data\Objects\DataClasses\EntityReference.cs (3)
338
return
_detachedEntityKey
;
378
if (
_detachedEntityKey
!= null)
380
yield return
_detachedEntityKey
;