10 references to IsNavigationProperty
System.Data.Entity (10)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1728
Helper.
IsNavigationProperty
(foundMember))
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
232
else if (Helper.
IsNavigationProperty
(expression.Property))
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (1)
512
else if (Helper.
IsNavigationProperty
(e.Property))
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
220
Helper.
IsNavigationProperty
(property), "DbExpression property must be a property, navigation property, or relationship end");
System\Data\Metadata\Edm\ComplexType.cs (1)
89
Debug.Assert(Helper.IsEdmProperty(member) || Helper.
IsNavigationProperty
(member),
System\Data\Metadata\Edm\EntityType.cs (2)
94
Debug.Assert(Helper.IsEdmProperty(member) || Helper.
IsNavigationProperty
(member),
145
((ReadOnlyMetadataCollection<EdmMember>)this.Members), Helper.
IsNavigationProperty
);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1217
if (Helper.
IsNavigationProperty
(instanceExpression.Property) &&
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1308
if (n.Op.OpType != OpType.Property || (!Helper.
IsNavigationProperty
(((PropertyOp)n.Op).PropertyInfo)))
1335
if (Helper.
IsNavigationProperty
(op.PropertyInfo))