2 writes to m_leftVars
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
286m_leftVars = leftVars; 298m_leftVars = new List<ColumnVar>();
1 reference to m_leftVars
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
312internal List<ColumnVar> LeftVars { get { return m_leftVars; } }