2 instantiations of ExtentPair
System.Data.Entity (2)
System\Data\Query\PlanCompiler\ConstraintManager.cs (2)
144
m_extentPair = new
ExtentPair
(parent, child);
219
ExtentPair extentPair = new
ExtentPair
(table1, table2);
7 references to ExtentPair
System.Data.Entity (7)
System\Data\Query\PlanCompiler\ConstraintManager.cs (7)
61
ExtentPair
other = obj as
ExtentPair
;
108
internal
ExtentPair
Pair { get { return m_extentPair; } }
162
private
ExtentPair
m_extentPair;
219
ExtentPair
extentPair = new ExtentPair(table1, table2);
282
m_parentChildRelationships = new Dictionary<
ExtentPair
, List<ForeignKeyConstraint>>();
288
private Dictionary<
ExtentPair
, List<ForeignKeyConstraint>> m_parentChildRelationships;