15 references to HasProperty
System.Data.Entity (15)
System\Data\Objects\DataClasses\EntityCollection.cs (3)
553
if (this.TargetAccessor.
HasProperty
) // Null if the navigation does not exist in this direction
732
if (!TargetAccessor.
HasProperty
)
832
if (this.TargetAccessor.
HasProperty
) // Null if the navigation does not exist in this direction
System\Data\Objects\DataClasses\EntityReference.cs (1)
620
return !TargetAccessor.
HasProperty
|| WrappedOwner.GetNavigationPropertyValue(this) == null;
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (4)
586
if (this.TargetAccessor.
HasProperty
)
708
if (!TargetAccessor.
HasProperty
)
720
if (this.TargetAccessor.
HasProperty
)
802
if (this.TargetAccessor.
HasProperty
)
System\Data\Objects\DataClasses\RelatedEnd.cs (5)
1296
if (entityToAdd.RequiresRelationshipChangeTracking && TargetAccessor.
HasProperty
)
1400
this.TargetAccessor.
HasProperty
) // Is there anything to verify?
1720
if (this.TargetAccessor.
HasProperty
&& !this.CheckIfNavigationPropertyContainsEntity(wrapper))
1738
if (this.TargetAccessor.
HasProperty
&& this.CheckIfNavigationPropertyContainsEntity(wrapper))
2549
if (this.navigationPropertyCache == null && _wrappedOwner.Context != null && this.TargetAccessor.
HasProperty
)
System\Data\Objects\EntityEntry.cs (1)
2105
if (reference.TargetAccessor.
HasProperty
)
System\Data\Objects\ObjectStateManager.cs (1)
1091
if (relatedEnd.TargetAccessor.
HasProperty
)