14 references to FromEnd
System.Data.Entity (14)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
171if (kv.Key.IsSubtypeOf(relProperty.FromEnd.TypeUsage.EdmType))
System\Data\Query\InternalTrees\Dump.cs (1)
438WriteString(op.PropertyInfo.FromEnd.Name);
System\Data\Query\InternalTrees\RelPropertyHelper.cs (2)
76this.FromEnd.EdmEquals(other.FromEnd) &&
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1601internal RelationshipEndMember FromEnd { get { return m_property.FromEnd; } }
System\Data\Query\PlanCompiler\PreProcessor.cs (9)
839PlanCompiler.Assert(relProperty.FromEnd.RelationshipMultiplicity != RelationshipMultiplicity.Many, 865RelProperty inverseRelProperty = new RelProperty(relProperty.Relationship, relProperty.ToEnd, relProperty.FromEnd); 910relProperty.FromEnd.RelationshipMultiplicity == RelationshipMultiplicity.Many, 937Node rsSourceRefNode = m_command.CreateNode(m_command.CreatePropertyOp(relProperty.FromEnd), 980if ((relProperty.FromEnd.RelationshipMultiplicity == RelationshipMultiplicity.Many) && 1003m_command.CreateGetEntityRefOp(relProperty.FromEnd.TypeUsage), 1010if (relProperty.FromEnd.RelationshipMultiplicity == RelationshipMultiplicity.Many) 1555rs.AssociationSetEnds[relProperty.FromEnd.Identity].EntitySet.EdmEquals(entitySet)) 1669m_command.CreatePropertyOp(relProperty.FromEnd),