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