1 write to m_constraint
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ConstraintManager.cs (1)
141m_constraint = constraint;
3 references to m_constraint
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
113internal md.RelationshipMultiplicity ChildMultiplicity { get { return m_constraint.ToRole.RelationshipMultiplicity; } } 183IEnumerator<md.EdmProperty> parentProps = m_constraint.FromProperties.GetEnumerator(); 184IEnumerator<md.EdmProperty> childProps = m_constraint.ToProperties.GetEnumerator();