1 write to NewLocationId
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
1495
replacementNode.
NewLocationId
= tableNode.Id;
4 references to NewLocationId
System.Data.Entity (4)
System\Data\Query\PlanCompiler\JoinGraph.cs (4)
1346
if (replacingTable.Id < table.
NewLocationId
)
1492
if (tableNode.Id < replacementNode.
NewLocationId
)
2611
if (replacementNode.
NewLocationId
< tableNode.Id)
2761
return node.
NewLocationId
;