5 references to NewVar
System.Data.Entity (5)
System\Data\Query\PlanCompiler\ColumnMapProcessor.cs (1)
36return new VarRefColumnMap(m_columnMap.Var.Type, m_columnMap.Name, ((CollectionVarInfo)m_varInfo).NewVar);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (4)
1366newUnnestVar = ((CollectionVarInfo)unnestVarInfo).NewVar; 1589newVarMap.Add(((CollectionVarInfo)outerVarInfo).NewVar, ((CollectionVarInfo)innerVarInfo).NewVar); 2520n.Op = m_command.CreateVarRefOp(((CollectionVarInfo)varInfo).NewVar);