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)
338return _detachedEntityKey; 378if (_detachedEntityKey != null) 380yield return _detachedEntityKey;