1 write to m_varRefManager
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
67m_varRefManager = new VarRefManager(m_compilerState.Command);
2 references to m_varRefManager
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinElimination.cs (2)
112JoinGraph joinGraph = new JoinGraph(this.Command, this.ConstraintManager, this.m_varRefManager, joinNode, this.IsSqlCeProvider); 182m_varRefManager.AddChildren(n);