1 write to m_parentChildRelationships
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ConstraintManager.cs (1)
282m_parentChildRelationships = new Dictionary<ExtentPair, List<ForeignKeyConstraint>>();
3 references to m_parentChildRelationships
System.Data.Entity (3)
System\Data\Query\PlanCompiler\ConstraintManager.cs (3)
220return m_parentChildRelationships.TryGetValue(extentPair, out constraints); 260if (!m_parentChildRelationships.TryGetValue(fkConstraint.Pair, out fkConstraintList)) 263m_parentChildRelationships[fkConstraint.Pair] = fkConstraintList;