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