4 references to IsValidEntityKeyType
System.Data.Entity (4)
System\Data\Objects\DataClasses\EntityReference.cs (3)
102if (attachedKey != null && !IsValidEntityKeyType(attachedKey)) 144Debug.Assert(attachedKey == null || IsValidEntityKeyType(attachedKey), 180if (value != null && !IsValidEntityKeyType(value))
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
2391if (!IsValidEntityKeyType(detachedKey))