1 write to m_constraintManager
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
510
m_constraintManager
= constraintManager;
3 references to m_constraintManager
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
1267
if (
m_constraintManager
.IsParentChildRelationship(joinEdge.Right.Table.TableMetadata.Extent, joinEdge.Left.Table.TableMetadata.Extent, out fkConstraints))
2203
if (
m_constraintManager
.IsParentChildRelationship(joinEdge.Left.Table.TableMetadata.Extent, joinEdge.Right.Table.TableMetadata.Extent,
2223
if (
m_constraintManager
.IsParentChildRelationship(joinEdge.Right.Table.TableMetadata.Extent, joinEdge.Left.Table.TableMetadata.Extent,