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