6 references to CreateComputedVar
System.Data.Entity (6)
System\Data\Query\InternalTrees\Command.cs (2)
1063computedVar = this.CreateComputedVar(scalarOp.Type); 1691Var v = this.CreateComputedVar(expr.Op.Type);
System\Data\Query\InternalTrees\OpCopier.cs (2)
1047Var newVar = m_destCmd.CreateComputedVar(op.Var.Type); 1115Var newCollectionVar = m_destCmd.CreateComputedVar(ci.CollectionVar.Type);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1614innerVar = m_command.CreateComputedVar(outerVar.Type);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
3220Var newVar = m_command.CreateComputedVar(n.Child0.Op.Type);