1 instantiation of VarRefManager
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
67
m_varRefManager = new
VarRefManager
(m_compilerState.Command);
3 references to VarRefManager
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinElimination.cs (1)
58
private
VarRefManager
m_varRefManager;
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
494
private
VarRefManager
m_varRefManager;
507
internal JoinGraph(Command command, ConstraintManager constraintManager,
VarRefManager
varRefManager, Node joinNode, bool isSqlCe)