5 references to RightVars
System.Data.Entity (5)
System\Data\Query\PlanCompiler\JoinGraph.cs (5)
901
(!SingleTableVars(joinNode.
RightVars
) || !SingleTableVars(joinNode.LeftVars)))
910
if (AddJoinEdge(joinNode, joinNode.LeftVars[i], joinNode.
RightVars
[i]))
916
AddJoinEdge(joinNode, joinNode.
RightVars
[i], joinNode.LeftVars[i]);
2425
if (!m_varMap.TryGetValue(joinNode.
RightVars
[i], out newRightVar))
2427
newRightVar = joinNode.
RightVars
[i];